summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samba3sid.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-09-13 22:39:50 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-09-13 22:39:50 +0200
commita4b7fac86d6f348d785409555849449527e22e58 (patch)
tree76c94692c315274145c0a920c8dddcb9bb96a1a9 /source4/dsdb/samdb/ldb_modules/samba3sid.c
parent0a19290ca7cb5531d71e65a37fd11276330b2a12 (diff)
downloadsamba-a4b7fac86d6f348d785409555849449527e22e58.tar.gz
samba-a4b7fac86d6f348d785409555849449527e22e58.tar.bz2
samba-a4b7fac86d6f348d785409555849449527e22e58.zip
s4:cosmetic - the SID attribute is called objectSid - not objectSID
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/samba3sid.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/samba3sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samba3sid.c b/source4/dsdb/samdb/ldb_modules/samba3sid.c
index 9368e0d007..ef142002d1 100644
--- a/source4/dsdb/samdb/ldb_modules/samba3sid.c
+++ b/source4/dsdb/samdb/ldb_modules/samba3sid.c
@@ -19,7 +19,7 @@
*/
/*
- add objectSID to users and groups using samba3 nextRid method
+ add objectSid to users and groups using samba3 nextRid method
*/
#include "includes.h"