1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/scripting/libjs
Andrew Bartlett 16d0395047 r25750: Update the objectclass module to improve consistency in Samba4.
The aim here is to ensure that if we have

CN=Users,DC=samba,DC=example,DC=com

that we cannot have a DN of the form

cn=admin ,cn=useRS,DC=samba,DC=example,DC=com

This module pulls apart the DN, fixes up the relative DN part, and
searches for the parent to copy the base from.

I've used the objectclass module, as I intend to also validate the
placement of child objects, by reading the allowedChildClasses virtual
attribute.

In the future, I'll also force the attribute names to be consistant
(using the case from the schema).

Andrew Bartlett
(This used to be commit c0a0c69ac5)
2007-12-21 05:43:43 +01:00
..
auth.js r8639: moved loadparm calls into an ejs object 2007-10-10 13:29:48 -05:00
base.js r17548: It is a good idea to commit the fix (from mkhl) before the test that 2007-10-10 14:15:37 -05:00
encoder.js r9465: handle encoding and decoding of pointers, representing them as a 2007-10-10 13:34:18 -05:00
management.js r11781: rename tree to tcons to match the sessions substructure of smbsrv_connection 2007-10-10 13:46:26 -05:00
provision.js r25750: Update the objectclass module to improve consistency in Samba4. 2007-12-21 05:43:43 +01:00
samr.js r8822: fixed number of arguments in samr lib 2007-10-10 13:30:08 -05:00
server_call.js r9227: cleanup and simplify the AJAJ code 2007-10-10 13:31:34 -05:00
upgrade.js r21673: Fix Samba 3 data read tests. I can't figure out why the upgrade one is broken, so that one is still disabled. 2007-10-10 14:49:08 -05:00
winreg.js r18567: fixed the winreg js code for the new names of the fields in winreg.idl 2007-10-10 14:18:47 -05:00