diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-06 02:45:31 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-06 02:45:31 +0000 |
commit | 5300e942668222ee8fb7b5a33e94f86ba3e0ca04 (patch) | |
tree | 980865d3659bf95edb65952f78731ac2cda8e383 /docs/docbook/projdoc/passdb.xml | |
parent | ecbd2b5d1e891472aab2d1ebd2cbadef0db86060 (diff) | |
download | samba-5300e942668222ee8fb7b5a33e94f86ba3e0ca04.tar.gz samba-5300e942668222ee8fb7b5a33e94f86ba3e0ca04.tar.bz2 samba-5300e942668222ee8fb7b5a33e94f86ba3e0ca04.zip |
Update list of possible acctFlag values
(This used to be commit 7b5c67d23d53f8b08a2dff90599f81b26d3ce84c)
Diffstat (limited to 'docs/docbook/projdoc/passdb.xml')
-rw-r--r-- | docs/docbook/projdoc/passdb.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index cc497f7d93..d336899da6 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -665,8 +665,7 @@ The sambaAccount objectclass is composed of the following attributes: </para></listitem> <listitem><para><constant>acctFlags</constant>: string of 11 characters surrounded by square brackets [] - representing account flags such as U (user), W(workstation), X(no password expiration), and - D(disabled).</para></listitem> + representing account flags such as U (user), W(workstation), X(no password expiration), I(Domain trust account), H(Home dir required), S(Server trust account), N(Password not required) and D(disabled).</para></listitem> <listitem><para><constant>logonTime</constant>: Integer value currently unused</para></listitem> |