0

Can we use memberUid for bind dn string.

Here is my sample ldif file

dn: cn=posixgroup,dc=memtesting,dc=com
objectClass: top
objectClass: posixGroup
gidNumber: 1001
cn: posixgroup
memberUid: posixuser

dn: cn=posixuser,cn=posixgroup,dc=memtesting,dc=com
objectClass: top
objectClass: person
objectClass: uidObject
cn: posixuser
uid: posixuser
sn: posixuser
userPassword: posixuser123

Thanks & Regards, Ram

ram ajay
  • 11
  • 2
  • (a) You can only use existing distinguished names as values for your bind DN, and (b) memberUid doesn't uniquely identify anything, so it wouldn't make sense as a DN in any case. – larsks Jun 19 '23 at 18:36
  • @larsks, Do you have any justification document? I had read the schema file there they were saying memerUid is case-sensitive it seems to be unique for me. – ram ajay Jun 20 '23 at 06:58
  • `memberUid` isn't unique at all -- it's a multi-valued attribute representing the members of a group. Maybe I'm misunderstanding your question, in which case an example and/or links to the documentation you're reading might help. – larsks Jun 20 '23 at 11:23

0 Answers0