Quanah, Thank you for everything. It all works. :) (Something very strange had occurred with the 389 port being in a strange state that forced me to, finally, reboot as there was nothing running and even netstat, netcat and everything else said somethign was running but ps -elf said slapd wasn't there. *shrug*) My latest problem: I have the freeradius schema in my schemas. I verified this: ls -sal /etc/openldap/slapd.d/cn=config/cn=schema/cn={12}freeradius.ldif I also verified that the attribute that I want to access, dialupAccess is in there with a grep for it on that file. I'm trying to figure out how to make this attribute part of my user profiles so that I can check to see if this is set to 'yes' or 'no' for VPN access. dn: cn={12}freeradius objectClass: olcSchemaConfig cn: {12}freeradius...olcAttributeTypes: {56}( 1.3.6.1.4.1.11344.4.3.1.57 NAME 'dialupAccess' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) ..
I can see this is an object class of olcSchemaConfig but how do I add that to my user profiles? THank you! Paul
--On Thursday, September 19, 2019 6:36 PM +0000 Paul Pathiakis pathiaki2@yahoo.com wrote:
I can see this is an object class of olcSchemaConfig but how do I add that to my user profiles?
Same way you add any other data. You attach the corresponding objectClass (and meet its requirements). Since you have the schema, you can read the schema to see what objectClass(es) include dialupAccess, and what the requirements are.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
Quanah, Again, thank you. It was my own fault. Apparently, my LAM configuration was looking at the production LDAP server versus the new one this list has been helping me dig through. Every time I tried to add the configuration, it was trying to add the information to old server that did not have the schema. (forehead is red from smacking it so hard and going D'oh) Once I realized this, pointing it to the correct server allowed it to see the correct attributes and add the objectclass.
Thank you! Paul
On Monday, September 23, 2019, 7:48:57 PM EDT, Quanah Gibson-Mount quanah@symas.com wrote:
--On Thursday, September 19, 2019 6:36 PM +0000 Paul Pathiakis pathiaki2@yahoo.com wrote:
I can see this is an object class of olcSchemaConfig but how do I add that to my user profiles?
Same way you add any other data. You attach the corresponding objectClass (and meet its requirements). Since you have the schema, you can read the schema to see what objectClass(es) include dialupAccess, and what the requirements are.
--Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: http://www.symas.com
openldap-technical@openldap.org