Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r8745: make ldap.js cleanup after itself | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit 3a1c6a176ed37b4d696dab52b2f2e8ce5b681ff5) | |||||
2007-10-10 | r8743: automatically find the basedn in ldap.js | Andrew Tridgell | 1 | -4/+13 | |
(This used to be commit bdca9537a260369a53cbb286642db86bc3ea0828) | |||||
2007-10-10 | r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie: | Andrew Bartlett | 1 | -0/+56 | |
dn: cn=foo,ou=bar objectClass: person implies dn: cn=foo,ou=bar objectClass: person cn: foo (as well as a pile more default attributes) We also correct the case in the attirbute to match that in the DN (win2k3 behaviour) and I have a testsuite (in ejs) to prove it. This module also found a bug in our provision.ldif, so and reduces code complexity in the samdb module. Andrew Bartlett (This used to be commit 0cc58f5c3cce12341ad0f7a90cdd85a3fab786b3) |