mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
spelling: fix spelling of privilege.ldb in comments
'privileges' is a word, but the ldb referred to is privilege.ldb Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
94b8deffa2
commit
64003d8677
@ -490,7 +490,7 @@ interface security
|
|||||||
|
|
||||||
/* Bitmap of privilege values for internal use only. We need
|
/* Bitmap of privilege values for internal use only. We need
|
||||||
* our own bitmap here as privileges.tdb records these values
|
* our own bitmap here as privileges.tdb records these values
|
||||||
* as a bitmap (privileges.ldb uses the string forms).
|
* as a bitmap (privilege.ldb uses the string forms).
|
||||||
*/
|
*/
|
||||||
typedef [bitmap64bit] bitmap {
|
typedef [bitmap64bit] bitmap {
|
||||||
SEC_PRIV_MACHINE_ACCOUNT_BIT = 0x00000010,
|
SEC_PRIV_MACHINE_ACCOUNT_BIT = 0x00000010,
|
||||||
|
@ -1668,7 +1668,7 @@ if __name__ == '__main__':
|
|||||||
populate_links(new_ldbs.sam, names.schemadn)
|
populate_links(new_ldbs.sam, names.schemadn)
|
||||||
# List of attribute with ASN DN synthax)
|
# List of attribute with ASN DN synthax)
|
||||||
populate_dnsyntax(new_ldbs.sam, names.schemadn)
|
populate_dnsyntax(new_ldbs.sam, names.schemadn)
|
||||||
# 9) (now skipped, was copy of privileges.ldb)
|
# 9) (now skipped, was copy of privilege.ldb)
|
||||||
# 10)
|
# 10)
|
||||||
oem = getOEMInfo(ldbs.sam, str(names.rootdn))
|
oem = getOEMInfo(ldbs.sam, str(names.rootdn))
|
||||||
# Do some modification on sam.ldb
|
# Do some modification on sam.ldb
|
||||||
|
Loading…
Reference in New Issue
Block a user