diff options
author | Gerald Carter <jerry@samba.org> | 2003-06-13 02:53:03 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-06-13 02:53:03 +0000 |
commit | af0ddc81d82eb964ddab551dcd7309aaec96a618 (patch) | |
tree | 1ebdd47404130d6196cd30c4e1a77e830befcf1e /examples/LDAP | |
parent | 88a5cb83a506ac1ee096febb83f4cf4dfaee5202 (diff) | |
download | samba-af0ddc81d82eb964ddab551dcd7309aaec96a618.tar.gz samba-af0ddc81d82eb964ddab551dcd7309aaec96a618.tar.bz2 samba-af0ddc81d82eb964ddab551dcd7309aaec96a618.zip |
fix typo in description
(This used to be commit be82b3d9dfef938030731e1021076df4dcfdb443)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 9887954045..067f5a497d 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -132,7 +132,7 @@ # description $ userWorkstations $ primaryGroupID $ domain )) #objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY -# DESC 'Samba Auxilary Account' +# DESC 'Samba Auxiliary Account' # MUST ( uid $ rid ) # MAY ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $ # logoffTime $ kickoffTime $ pwdCanChange $ pwdMustChange $ acctFlags $ |