]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spelling: fix spelling of privilege.ldb in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Apr 2024 09:22:57 +0000 (21:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 May 2024 04:23:29 +0000 (04:23 +0000)
'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>
librpc/idl/security.idl
source4/scripting/bin/samba_upgradeprovision

index d5e65032652d61623eaee008ac24b5660a71d53d..edeed285943e1eaad1785ed6d7357deaaebb30d6 100644 (file)
@@ -490,7 +490,7 @@ interface security
 
        /* Bitmap of privilege values for internal use only.  We need
         * 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 {
                SEC_PRIV_MACHINE_ACCOUNT_BIT            = 0x00000010,
index 24310d2f6ccd9703a8f30277a7c4339ccdb10eda..d523587ba4fda755eee9d76d4ac1c9c63a2f4cd1 100755 (executable)
@@ -1668,7 +1668,7 @@ if __name__ == '__main__':
         populate_links(new_ldbs.sam, names.schemadn)
         # List of attribute with ASN DN synthax)
         populate_dnsyntax(new_ldbs.sam, names.schemadn)
-        # 9) (now skipped, was copy of privileges.ldb)
+        # 9) (now skipped, was copy of privilege.ldb)
         # 10)
         oem = getOEMInfo(ldbs.sam, str(names.rootdn))
         # Do some modification on sam.ldb