[Date Prev][Date Next] [Chronological] [Thread] [Top]

how to get list of valid attributes



HI All

I want a list of valid attributes for specific objectClass e.g.

I have a user abc with the dn of this user is

cn=Abc User,ou=accounts,dc=mydom,dc=com

the abc user has these object classes

posixAccount
shadowAccount
OrginizatinalPerson
yubikeyUser

now I want to get the valid schema attribute of yubikeyUser for only the above mentioned user.

Is this possible?

Umar