Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Adding a destination to the facility = specifies the server where the Perun slave script, which fills up the provisioned data into LDAP, is running. The server must allow SSH connection from the Perun server and have both the slave script and the prescript set up. (LDAP owner)

...

Perun to LDAP attributes mapping

Group-related attributes

LDAP

Perun

dn

cn={group:unixGroupName:healthri

},ou=perun,ou=groups,{facility:ldapBaseDN}

cn

group:unixGroupName:healthri

gidNumber

group:unixGID:healthri

objectClass

top,posixGroup,groupOfNames

User-related attributes

LDAP

Perun

dn

cn={user:login:healthri},ou=perun,ou=users,{facility:ldapBaseDN}

uid

user:login:healthri

cn

user:login:healthri

sn

user:lastName

uidNumber

user:uid:healthri

gidNumber

user:uid:healthri

homeDirectory

/home/{user:login:healthri}

displayName

user:displayName

givenName

user:firstName

mail

user:preferredMail

gecos

{user:displayName} <{user:preferredMail}>

sshKeys

user:sshPublicKey

objectClass

top,person,inetOrgPerson,posixAccount,ldapPublicKey