Loading howto/ldap.md +33 −21 Original line number Original line Diff line number Diff line Loading @@ -447,21 +447,33 @@ More specifically, this is what happens: TODO: walk through ud-generate. more explicitely. TODO: walk through ud-generate. more explicitely. ### LDAP fields ### LDAP user fields | User field | Meaning | | User field | Meaning | | ---------- | ------- | | ---------- | ------- | | `cn` | "common name" AKA "last name" | | `emailForward` | address to forward email to | | `emailForward` | address to forward email to | | `gecos` | GECOS metadata field | | `gecos` | GECOS metadata field | | `gidNumber` | Primary numeric group identifier, the UNIX GID | | `gidNumber` | Primary numeric group identifier, the UNIX GID | | `homeDirectory` | UNIX `$HOME` location, unused | | `ircNick` | IRC nickname, informative | | `keyFingerprint` | OpenPGP fingerprint, grants access to email gateway | | `labeledURI` | home page? | | `loginShell` | UNIX login shell, grants user shell access, depending on gidNumber | | `loginShell` | UNIX login shell, grants user shell access, depending on gidNumber | | `mailCallout` | ? | | `mailContentInspectionAction` | ? | | `mailDefaultOptions` | ? | | `mailGreylisting` | ? | | `mailDisableMessage` | message to bounce messages with to disable an email account | | `mailDisableMessage` | message to bounce messages with to disable an email account | | `rtcPassword` | previously used in XMPP authentication, unused | | `samba*` | many samba fields, unused | | `shadowExpire` | Account expiry (in days?) | | `shadowExpire` | Account expiry (in days?) | | `shadowInactive` | ? | | `shadowInactive` | ? | | `shadowLastChange` | Last change date (epoch seconds?) | | `shadowLastChange` | Last change date (epoch seconds?) | | `shadowMax` | ? | | `shadowMax` | ? | | `shadowMin` | ? | | `shadowMin` | ? | | `shadowWarning` | ? | | `shadowWarning` | ? | | `sn` | "surname" AKA "first name" | | `sshRSAAuthKey` | SSH public keys | | `sshRSAAuthKey` | SSH public keys | | `sudoPassword` | `sudo` passwords on different hosts | | `sudoPassword` | `sudo` passwords on different hosts | | `supplementaryGid` | Extra groups GIDs the user is a member of | | `supplementaryGid` | Extra groups GIDs the user is a member of | Loading Loading
howto/ldap.md +33 −21 Original line number Original line Diff line number Diff line Loading @@ -447,21 +447,33 @@ More specifically, this is what happens: TODO: walk through ud-generate. more explicitely. TODO: walk through ud-generate. more explicitely. ### LDAP fields ### LDAP user fields | User field | Meaning | | User field | Meaning | | ---------- | ------- | | ---------- | ------- | | `cn` | "common name" AKA "last name" | | `emailForward` | address to forward email to | | `emailForward` | address to forward email to | | `gecos` | GECOS metadata field | | `gecos` | GECOS metadata field | | `gidNumber` | Primary numeric group identifier, the UNIX GID | | `gidNumber` | Primary numeric group identifier, the UNIX GID | | `homeDirectory` | UNIX `$HOME` location, unused | | `ircNick` | IRC nickname, informative | | `keyFingerprint` | OpenPGP fingerprint, grants access to email gateway | | `labeledURI` | home page? | | `loginShell` | UNIX login shell, grants user shell access, depending on gidNumber | | `loginShell` | UNIX login shell, grants user shell access, depending on gidNumber | | `mailCallout` | ? | | `mailContentInspectionAction` | ? | | `mailDefaultOptions` | ? | | `mailGreylisting` | ? | | `mailDisableMessage` | message to bounce messages with to disable an email account | | `mailDisableMessage` | message to bounce messages with to disable an email account | | `rtcPassword` | previously used in XMPP authentication, unused | | `samba*` | many samba fields, unused | | `shadowExpire` | Account expiry (in days?) | | `shadowExpire` | Account expiry (in days?) | | `shadowInactive` | ? | | `shadowInactive` | ? | | `shadowLastChange` | Last change date (epoch seconds?) | | `shadowLastChange` | Last change date (epoch seconds?) | | `shadowMax` | ? | | `shadowMax` | ? | | `shadowMin` | ? | | `shadowMin` | ? | | `shadowWarning` | ? | | `shadowWarning` | ? | | `sn` | "surname" AKA "first name" | | `sshRSAAuthKey` | SSH public keys | | `sshRSAAuthKey` | SSH public keys | | `sudoPassword` | `sudo` passwords on different hosts | | `sudoPassword` | `sudo` passwords on different hosts | | `supplementaryGid` | Extra groups GIDs the user is a member of | | `supplementaryGid` | Extra groups GIDs the user is a member of | Loading