6 changed files with 18 additions and 31 deletions
@ -1,9 +0,0 @@
|
||||
dn: cn=sindominio,cn=schema,cn=config |
||||
objectClass: olcSchemaConfig |
||||
cn: sindominio |
||||
olcAttributeTypes: ( 1.3.6.1.4.1.42023.11 NAME 'sdRole' DESC 'Rol en SinDominio' |
||||
SUP name SINGLE-VALUE ) |
||||
olcAttributeTypes: ( 1.3.6.1.4.1.42023.12 NAME 'sdLocked' |
||||
DESC 'Cuenta de SinDominio bloqueada' SUP name ) |
||||
olcObjectClasses: ( 1.3.6.1.4.1.42023.10 NAME 'sdPerson' |
||||
DESC 'Personas de SinDominio' SUP top AUXILIARY MUST sdRole MAY sdLocked ) |
@ -1,13 +0,0 @@
|
||||
attributetype ( 1.3.6.1.4.1.42023.11 NAME 'sdRole' |
||||
DESC 'Rol en SinDominio' |
||||
SUP name SINGLE-VALUE) |
||||
|
||||
attributetype ( 1.3.6.1.4.1.42023.12 NAME 'sdLocked' |
||||
DESC 'Cuenta de SinDominio bloqueada' |
||||
SUP name) |
||||
|
||||
objectclass ( 1.3.6.1.4.1.42023.10 NAME 'sdPerson' |
||||
DESC 'Personas de SinDominio' |
||||
SUP top AUXILIARY |
||||
MUST sdRole |
||||
MAY sdLocked) |
Loading…
Reference in new issue