| Line | |
|---|
| 1 |
|
|---|
| 2 | This test code requires a tdb that is configured for to use the asq module.
|
|---|
| 3 | You can do that adding the following record to a tdb:
|
|---|
| 4 |
|
|---|
| 5 | dn: @MODULES
|
|---|
| 6 | @LIST: asq
|
|---|
| 7 |
|
|---|
| 8 | Other modules can be used as well (like rdn_name for example)
|
|---|
| 9 |
|
|---|
| 10 | The uidNumber 0 and the gidNumber 0 are considered invalid.
|
|---|
| 11 |
|
|---|
| 12 | The user records should contain the followin attributes:
|
|---|
| 13 | uid (required) the user name
|
|---|
| 14 | userPassword (optional) the user password (if not present "LDB" is
|
|---|
| 15 | returned in the password field)
|
|---|
| 16 | uidNumber (required) the user uid
|
|---|
| 17 | gidNumber (required) the user primary gid
|
|---|
| 18 | gecos (optional) the GECOS
|
|---|
| 19 | homeDirectory (required) the home directory
|
|---|
| 20 | loginShell (required) the login shell
|
|---|
| 21 | memberOf (required) all the groups the user is member of should
|
|---|
| 22 | be reported here using their DNs. The
|
|---|
| 23 | primary group as well.
|
|---|
| 24 |
|
|---|
| 25 | The group accounts should contain the following attributes:
|
|---|
| 26 | cn (required) the group name
|
|---|
| 27 | uesrPassword (optional) the group password (if not present "LDB" is
|
|---|
| 28 | returned in the password field)
|
|---|
| 29 | gidNumber (required) the group gid
|
|---|
| 30 | member (optional) the DNs of the member users, also the ones
|
|---|
| 31 | that have this group as primary
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | SSS
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.