4

I am trying to take a group from LDAP and integrate it with a group in JIRA.

Can someone explain to me what does objetclass=posixAccount mean in LDAP? What objectClass and posixAccount mean over here? Is posixAccount something in LDAP?

Thanks, Tayyab

Tayyab Bashir
  • 111
  • 3
  • 15

1 Answers1

4

posixAccount is common objectClass within LDAP used to represent user entries which typically is used for for PAM and Linux/Unix Authentication.

jwilleke
  • 10,467
  • 1
  • 30
  • 51