svn commit: samba r4345 - in branches/SAMBA_4_0/source: .

Stefan (metze) Metzmacher metze at samba.org
Thu Dec 23 19:05:02 GMT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

vlendec at samba.org schrieb:
| Author: vlendec
| Date: 2004-12-23 12:14:12 +0000 (Thu, 23 Dec 2004)
| New Revision: 4345
|
| WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4345
|
| Log:
| Unify the representation of grouptype and samaccounttype to hex. Without any
| kind of schema support we only have string comparisons (Hmm. Is this true?)
| and must agree upon a common representation for integers. I suspect that we
| might sooner or later need a search filter for "This bit in this integer
| attrib is being set".
|
| Volker
|
| Modified:
|    branches/SAMBA_4_0/source/provision.ldif
|
|
| Changeset:
| Modified: branches/SAMBA_4_0/source/provision.ldif
| ===================================================================
| --- branches/SAMBA_4_0/source/provision.ldif	2004-12-23 12:02:55 UTC (rev 4344)
| +++ branches/SAMBA_4_0/source/provision.ldif	2004-12-23 12:14:12 UTC (rev 4345)
| @@ -570,8 +570,8 @@
|  objectGUID: ${NEWGUID}
|  objectSid: ${DOMAINSID}-515
|  sAMAccountName: Domain Computers
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|
| @@ -590,8 +590,8 @@
|  objectSid: ${DOMAINSID}-516
|  adminCount: 1
|  sAMAccountName: Domain Controllers
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|
| @@ -611,8 +611,8 @@
|  objectSid: ${DOMAINSID}-518
|  adminCount: 1
|  sAMAccountName: Schema Admins
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|  unixName: ${WHEEL}
| @@ -634,8 +634,8 @@
|  objectSid: ${DOMAINSID}-519
|  adminCount: 1
|  sAMAccountName: Enterprise Admins
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|  unixName: ${WHEEL}
| @@ -655,7 +655,7 @@
|  objectSid: ${DOMAINSID}-517
|  sAMAccountName: Cert Publishers
|  sAMAccountType: 0x20000000
| -groupType: -2147483644
| +groupType: 0x80000004
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|
| @@ -676,8 +676,8 @@
|  objectSid: ${DOMAINSID}-512
|  adminCount: 1
|  sAMAccountName: Domain Admins
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|  unixName: ${WHEEL}
| @@ -697,8 +697,8 @@
|  objectGUID: ${NEWGUID}
|  objectSid: ${DOMAINSID}-513
|  sAMAccountName: Domain Users
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|  unixName: ${USERS}
| @@ -718,8 +718,8 @@
|  objectGUID: ${NEWGUID}
|  objectSid: ${DOMAINSID}-514
|  sAMAccountName: Domain Guests
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|
| @@ -738,8 +738,8 @@
|  objectGUID: ${NEWGUID}
|  objectSid: ${DOMAINSID}-520
|  sAMAccountName: Group Policy Creator Owners
| -sAMAccountType: 268435456
| -groupType: -2147483646
| +sAMAccountType: 0x10000000
| +groupType: 0x80000002
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|  unixName: ${WHEEL}
| @@ -759,7 +759,7 @@
|  objectSid: ${DOMAINSID}-553
|  sAMAccountName: RAS and IAS Servers
|  sAMAccountType: 0x20000000
| -groupType: -2147483644
| +groupType: 0x80000004
|  objectCategory: CN=Group,CN=Schema,CN=Configuration,${BASEDN}
|  isCriticalSystemObject: TRUE
|

Hi Volker,

in ldap we need the decimal numbers, could you change all of them to decimal
and maybe with a comment above which shows teh hex representation.

- --
metze

Stefan Metzmacher <metze at samba.org> www.samba.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3-nr1 (Windows XP)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFByxbem70gjA5TCD8RAl7/AJ4mgc5AFIChKvW+ej9tcionNibcjACglgvY
kQRDx1XcdtmHOvilSmAg4Hg=
=A6zC
-----END PGP SIGNATURE-----


More information about the samba-cvs mailing list