Displaying 20 results from an estimated 36 matches for "maycontain".
2012 Aug 29
0
Add apple MCX directory extensions
...pple-computer,cn=Schema,cn=Configuration,dc=X
changetype: add
objectClass: classSchema
governsID: 1.3.6.1.4.1.63.1000.1.1.2.10
ldapDisplayName: apple-computer
adminDescription: computer
objectClassCategory: 3
systemOnly: FALSE
# subclassOf: top
subclassOf: 2.5.6.0
# rdnAttId: cn
rdnAttId: 2.5.4.3
# mayContain: apple-category
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.10.4
# mayContain: apple-computer-list-groups
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.11.4
# mayContain: apple-keyword
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.1.19
# mayContain: apple-mcxflags
mayContain: 1.3.6.1.4.1.63.1000.1.1.1.1.10
# mayContain:...
2003 Feb 17
3
Novell EDirectory as LDAP backend
Hi,
is anybody out there who is using Novell Edir. with samba?
I have searched the archive and found some random notes but no real
success story.
Here is what I have achived so far. Maybe someone can give me some hints.
I have tried the samba-nds.schema that comes with the 2.2.7a tar ball.
While I was able to import/add it to EDir. it did not work for me,
because the "lmPassword"
2018 Nov 22
2
Extending Samba-4 Schema to get Microsoft LAPS working
Hi,
I am using the command "ldbmodify -H path_to_sam_ldb
automount_classes.ldif --option="dsdb:schema update allowed"=true" as
given in the wiki. /
/
Using the above method I was able to add the two attributes. But I am
not able to add these attributes to computers class.
Hence looking for help to create the ldif file to add these two
attributes to computer class.
Best
2018 Nov 22
0
Extending Samba-4 Schema to get Microsoft LAPS working
...attributes. But I am
> not able to add these attributes to computers class.
>
> Hence looking for help to create the ldif file to add these two
> attributes to computer class.
You need another ldif:
dn: CN=Computer,CN=Schema,CN=Configuration,DC=sample,DC=com
changetype: modify
add: mayContain
mayContain: ms-Mcs-AdmPwdExpirationTime
-
add: mayContain
mayContain: ms-Mcs-AdmPwd
Rowland
2019 Jul 17
1
Bitlocker
...s the ldif for the objectclass:
>
> cn: ms-FVE-RecoveryInformation
> ldapDisplayName: msFVE-RecoveryInformation
> governsId: 1.2.840.113556.1.5.253
> objectClassCategory: 1
> rdnAttId: cn
> subClassOf: top
> systemMustContain: msFVE-RecoveryPassword, msFVE-RecoveryGuid
> mayContain: msFVE-KeyPackage, msFVE-VolumeGuid
> systemPossSuperiors: computer
> schemaIdGuid:ea715d30-8f53-40d0-bd1e-6109186d782c
> defaultSecurityDescriptor:
> D:(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;SY)
> defaultHidingValue: TRUE
> systemOnly: FALSE
> def...
2018 Nov 23
4
Extending Samba-4 Schema to get Microsoft LAPS working
...le to add these attributes to computers class.
>>
>> Hence looking for help to create the ldif file to add these two
>> attributes to computer class.
> You need another ldif:
>
> dn: CN=Computer,CN=Schema,CN=Configuration,DC=sample,DC=com
> changetype: modify
> add: mayContain
> mayContain: ms-Mcs-AdmPwdExpirationTime
> -
> add: mayContain
> mayContain: ms-Mcs-AdmPwd
>
> Rowland
>
2019 Jul 24
0
Extending Samba-4 Schema to get Microsoft LAPS working
...54.50051.45980.28112.18903.35903.6685103.1224907.2.2
attributeSyntax: 2.5.5.16
omSyntax: 65
isSingleValued: TRUE
systemOnly: FALSE
searchFlags: 0
isMemberOfPartialAttributeSet: FALSE
showInAdvancedViewOnly: FALSE
Laps_2.ldif
dn: CN=computer,CN=Schema,cn=configuration,DC=X
changetype: Modify
add: mayContain
mayContain: ms-MCS-AdmPwd
mayContain: ms-MCS-AdmPwdExpirationTime
Exchange X with your data.
Applied them with:
ldbmodify -H /path_to_samba/sam.ldb laps_1.ldif --option="dsdb:schema
update allowed"=true
ldbmodify -H /path_to_samba/sam.ldb laps_2.ldif --option="dsdb:schema
update...
2019 Jul 23
2
Extending Samba-4 Schema to get Microsoft LAPS working
Am 01.07.19 um 07:48 schrieb Stefan G. Weichinger via samba:
> Am 23.11.18 um 03:33 schrieb Ardos via samba:
>> Hi,
>>
>> Thank you very much for your support.
>>
>> With your ldif, one of the attributes got added to computer container.
>> Second one is having a trouble. The modification command is reporting it
>> is not able to find the attribute
2020 Jul 26
2
Naming violation: objectClass: myObjectClass not a valid child class for <>
...chema,CN=Configuration,dc=local
objectClass: top
objectClass: classSchema
governsID: 1.3.6.1.4.1.42.2.27.1.2.5
schemaIdGuid:: gMnYtZqCPTLAMXe3RZus8A==
cn: nisMailAlias
name: nisMailAlias
lDAPDisplayName: nisMailAlias
subClassOf: top
objectClassCategory: 1
description: NIS mail alias
mustContain: cn
mayContain: rfc822MailMember
defaultObjectCategory: CN=nisMailAlias,CN=Schema,CN=Configuration,dc=local
dn: ou=myOrganizationUnit,dc=local
ou: myOrganizationUnit
objectClass: top
objectClass: organizationalUnit
dn:
cn=abuse,ou=myOrganizationUnit,dc=local
cn: abuse
objectClass: nisMailAlias
objectClass: top...
2019 Jul 17
4
Bitlocker
Hi,
I am trying to implement bitlocker key management in samba4 ad. This has
been posted a view times before:
https://lists.samba.org/archive/samba/2015-December/196771.html
https://lists.samba.org/archive/samba/2018-July/217168.html
According to Andrew and this:
https://docs.microsoft.com/en-us/previous-versions/orphan-topics/ws.10/cc722309(v=ws.10)
the Schema should be ready for this.
2016 Jan 27
4
Samba 4 Active Directory Quotas
Good afternoon,
I've this issue: I have followed the instructions in this thread but,
when I try to add quota.ldif I receive this error:
Unable to find attribute quota in the schema
ERR: (Invalid attribute syntax) "objectclass_attrs: attribute
'mayContain' on entry
'CN=systemQuotas,CN=Schema,CN=Configuration,DC=my_domain,DC=it' contains
at least one invalid value!" on DN
CN=systemQuotas,CN=Schema,CN=Configuration,DC=my_domain,DC=it at block
before line 27
Modify failed after processing 1 records
> On 27/12/14 06:26, Greg Za...
2012 Mar 18
2
Samba4: error in schema?
...s it
an aim that s4 be an _exact_ replacement for m$ AD?
Is this the schema that is used?
from: MS-AD_Schema_2K8_R2_Classes, under
/usr/local/samba/share/setup/ad-schema
cn: PosixAccount
ldapDisplayName: posixAccount
governsId: 1.3.6.1.1.1.2.0
objectClassCategory: 3
rdnAttId: uid
subClassOf: top
mayContain: uid, cn, uidNumber, gidNumber,
unixHomeDirectory,homeDirectory, userPassword, unixUserPassword,
loginShell, gecos,description
schemaIdGuid:ad44bb41-67d5-4d88-b575-7b20674e76d8
defaultSecurityDescriptor:
D:(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;SY)(A;;RPLCLORC;;;AU)...
2013 Jun 29
1
samba4 pdc: Import sudoers active directory schema to ldb
...ldifs(classSchema apart from attributeSchema) and tried to import them in but i had no luck. I googled around but came up nothing about it.
This is the error i get:
ERR: (Invalid attribute syntax) "LDAP error 21 LDAP_INVALID_ATTRIBUTE_SYNTAX - <0000200B: objectclass_attrs: attribute 'mayContain' on entry 'CN=sudoRole,CN=Schema,CN=Configuration,DC=example,DC=com' contains at least one invalid value!> <>" on DN CN=sudoRole,CN=Schema,CN=Configuration,DC=example,DC=com at block before line 31.
2018 Sep 07
2
samba-tool ldapcmp attribute order
...o be compared: 1562
|
| Comparing:
| 'CN=bssGroup,CN=Schema,CN=Configuration,DC=bss,DC=example,DC=com'
[ldap://barva.bss.example.com]
| 'CN=bssGroup,CN=Schema,CN=Configuration,DC=bss,DC=example,DC=com'
[ldap://zapaleri.bss.example.com]
| Difference in attribute values:
| mayContain =>
| ['bssMailAddresses', 'bssMailForwardingAddress', 'bssloginScript']
| ['bssLoginScript', 'bssMailAddresses', 'bssMailForwardingAddress']
| FAILED
|
| * Result for [SCHEMA]: FAILURE
The attributes are the same, but seem in a different order...
2017 Aug 21
0
AutoFS
...cn: automount
> description: Automount information
> instanceType: 4
> whenCreated: 20170818122538.0Z
> whenChanged: 20170818122538.0Z
> uSNCreated: 10604
> subClassOf: top
> governsID: 1.3.6.1.1.1.2.17
> mustContain: automountKey
> mustContain: automountInformation
> mayContain: description
> rDNAttID: cn
> showInAdvancedViewOnly: TRUE
> *objectClassCategory: 1*
> lDAPDisplayName: automount
> name: automount
> objectGUID: 4ce936a8-8791-4b74-944b-f8e66748724d
> schemaIDGUID: 32dda32c-859a-c19a-f0da-de84c2c8fd47
> objectCategory:
> CN=Class-Schem...
2012 Jul 17
3
samba segfault with autofs schema
Samba 4.0.0beta3, CentOS 6.2 32-bit.
I am loading the automount schema into a vanilla Samba4 database. The
schema can be found at:
http://http://www.cbe.cornell.edu/~smt/Automount_template.txt
and I am loading the schema as follows (samba is shut down):
ldbadd -H private/sam.ldb.d/CN=SCHEMA,CN=CONFIGURATION, \
DC=DOMAIN,DC=TEST,DC=CORNELL,DC=EDU.ldb Automount_template.txt
This appears
2014 Dec 28
1
Samba 4 Active Directory Quotas
...mething
more like this:
dn: CN=systemQuotas,CN=Schema,CN=Configuration,DOMAIN_TOP_DN
objectClass: top
objectClass: classSchema
governsID: 1.3.6.1.4.1.19937.1.2.1
cn: systemQuotas
name: systemQuotas
ldapDisplayName: systemQuotas
subClassOf: posixAccount
objectClassCategory: 3
mustContain: uidNumber
mayContain: quota
defaultObjectCategory:
CN=systemQuotas,CN=Schema,CN=Configuration,DOMAIN_TOP_DN
possSuperiors: top
-
dn:
changetype: modify
replace: schemaupdatenow
schemaupdatenow: 1
Partially taken from here:
http://msdn.microsoft.com/en-us/library/cc223302.aspx
Need to test this out a bit more and add...
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
...ldif for the automount classes:
dn: CN=automountMap,CN=Schema,CN=Configuration,<DOMAIN>
objectClass: top
objectClass: classSchema
governsID: 1.3.6.1.1.1.2.16
cn: automountMap
name: automountMap
lDAPDisplayName: automountMap
subClassOf: top
objectClassCategory: 1
mustContain: automountMapName
mayContain: description
mustContain: instanceType
mustContain: ntSecurityDescriptor
mustContain: objectCategory
defaultObjectCategory: CN=automountMap,CN=Schema,CN=Configuration,<DOMAIN>
defaultHidingValue: TRUE
systemOnly: FALSE
dn: CN=automount,CN=Schema,CN=Configuration,<DOMAIN>
objectClass: t...
2012 Sep 10
1
LDAP Account Manager 3.9.RC1 released
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
LDAP Account Manager (LAM) 3.9.RC1 - September 10th, 2012
=========================================================
LAM is a web frontend for managing accounts stored in an LDAP directory.
Announcement:
- -------------
LAM now supports Kolab 2.4, Puppet and RFC2307bis automount entries.
The self service also supports to set fields to read-only.
2014 Dec 27
2
Samba 4 Active Directory Quotas
I've been messing around with disk quotas for users and have seen some who
have extended the Samba 4 AD schema to include a quota attribute. For
example, I found this schema extension here:
http://fossies.org/linux/quota/ldap-scripts/quota.schema
Is there a common method for doing this?
--
Greg J. Zartman
Board Member
Koozali SME Server
www.koozali.org
SME Server user, contributor, and