librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / lib / ldb / nssldb / README.txt
blobddba62b3804edbaae0c93a334014e2357f2e97d2
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:
5 dn: @MODULES
6 @LIST: asq
8 Other modules can be used as well (like rdn_name for example)
10 The uidNumber 0 and the gidNumber 0 are considered invalid.
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.
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
34 SSS