Directory ( LDAP )
1. DNvs. RDN DN is globally unique RDN : unique under same parent. RDN is typically a unique identifier ( id or uid ) attribute for an entry. DN = RDN + Path to Parent 2. ldap errorcode=10 I was having connection to read replica and was trying to update an attribute in LDAP was resulting in this error. 3. Starter Query dirsrv]# ldapsearch -x -h <host> -D '<UserDN>' -w password -b '<BaseDN>' '(&(uid=91203074))' uid cn 4. At times when you execute a query which may result in large result set and if nsslapd-sizelimit is set to smaller value , it wont return any results. This limit is set is /etc/dirsrv/slapd-{ServerName}/dse.ldif. 5. To find the number of entries under a DN ldapsearch -u -D "cn=Directory Manager" -h ldapserver -p 389 -b "ou=myou,c=myc,o=myo" -w password -s base "(objectclass=*)" numsubordinates 6. To add an aci ./ldapmodify -h localhost -p 1389 -D &qu