Hi All,
I'm running 389-ds-1.2.2-1.el6. I would like to add two optional attributes for something like Supervisor/Advisor Name and Email. This is what I have now. Looking for some info on how to go about testing and making this change.
# ldapsearch -xLLL uid=ldapfoo dn: uid=ldapfoo,ou=People,dc=burr,dc=example,dc=edu memberOf: cn=boss,ou=groups,dc=burr,dc=example,dc=edu memberOf: cn=tgi,ou=groups,dc=burr,dc=example,dc=edu uid: ldapuser objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson objectClass: inetuser objectClass: posixAccount objectClass: ldapPublicKey objectClass: examplePerson objectClass: systemQuotas exampleEduPersonNetID: ldapfoo cn: Foo Bar gidNumber: 767 homeDirectory: /home/ldapuser sn: Fora givenName: Foo loginShell: /bin/bash mail: ldapuser@example.edu quota: /home:10485760,10485760,0,0 uidNumber: 10170
Hi Tina,
Sounds like you want to add new/custom schema to the server. So here in a link to the documentation on how to do it:
https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/ht...
HTH,
Mark
On 10/31/18 10:25 AM, Tina Fora wrote:
Hi All,
I'm running 389-ds-1.2.2-1.el6. I would like to add two optional attributes for something like Supervisor/Advisor Name and Email. This is what I have now. Looking for some info on how to go about testing and making this change.
# ldapsearch -xLLL uid=ldapfoo dn: uid=ldapfoo,ou=People,dc=burr,dc=example,dc=edu memberOf: cn=boss,ou=groups,dc=burr,dc=example,dc=edu memberOf: cn=tgi,ou=groups,dc=burr,dc=example,dc=edu uid: ldapuser objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetorgperson objectClass: inetuser objectClass: posixAccount objectClass: ldapPublicKey objectClass: examplePerson objectClass: systemQuotas exampleEduPersonNetID: ldapfoo cn: Foo Bar gidNumber: 767 homeDirectory: /home/ldapuser sn: Fora givenName: Foo loginShell: /bin/bash mail: ldapuser@example.edu quota: /home:10485760,10485760,0,0 uidNumber: 10170
389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject....
389-users@lists.fedoraproject.org