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