search for: automountmap

Displaying 12 results from an estimated 12 matches for "automountmap".

2017 Aug 18
4
AutoFS
Hi all, I would like to use AutoFS on Samba but I encounter difficulties with ldap entries. I have already add the Automount Schema from the Wiki (https://wiki.samba.org/index.php/Samba_AD_schema_extensions) but I can't add "auto_master" and the folowings leaf. I tried : dn: automountmapname=auto_master,dc=MYDOMAIN automountMapName: auto_master objectClass: automountMap objectClass: top With error : "ERR: (Naming violation) "objectclass: Invalid RDN 'AUTOMOUNTMAPNAME' for objectclass 'automountMap'!"" and |dn: ou=auto.master,ou=automount,||dc...
2013 Jan 10
2
Samba 4 "Services for UNIX"? [SOLVED]
...to have the ntSecurityDescriptor , instanceType, and objectCategory attributes. Without these it will crash whenever you try to browse... I did alot of stopping samba, tarring of /usr/local/samba and untarring to finally get here... Here's the ldif for the automount attributes I used: dn: CN=automountMapName,CN=Schema,CN=Configuration,<DOMAIN> objectClass: top objectClass: attributeSchema attributeID: 1.3.6.1.1.1.1.31 cn: automountMapName name: automountMapName lDAPDisplayName: automountMapName description: automount Map Name attributeSyntax: 2.5.5.5 oMSyntax: 22 isSingleValued: TRUE systemOn...
2017 Aug 21
0
AutoFS
...; > "CN=Schema,CN=Configuration,DC=samdom,DC=example,DC=com" -s sub > > '(cn=automount)' > > > > ldbsearch --cross-ncs -H /usr/local/samba/private/sam.ldb -b > > "CN=Schema,CN=Configuration,DC=samdom,DC=example,DC=com" -s sub > > '(cn=automountMap)' > > > > If they do exist, what do you get for 'objectClassCategory' ? > > > > Rowland > > > Here are the 2 objectClasses with objectClassCategory at 1*: > * > > > dn: CN=automount,CN=Schema,CN=Configuration,DC=corp,DC=lncsa,DC=com > ob...
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
2007 Dec 07
1
LDAP and Automount
Alle, I'm following the instructions in section 19.3.3.2 of the docs @ http://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-nfs-config-autofs-LDAP.html, but I cannot add the following entry in LDAP: dn: automountMapName=auto.home,dc=subaru,dc=nao,dc=ac,dc=jp objectClass: top objectClass: automountMap automountMapName: auto.home After looking at the schemas in /etc/openldap/schema, I find that "automountMapName" does not exist: [root at loa schema]# find . -exec grep auto {} \; -ls attributetype (...
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 Mar 14
2
Modifying the AD scheme, how?
...(4.1.5) server, as per > https://wiki.samba.org/index.php/Samba4/Schema_extenstions However, importing the example file (after replacing the DOMAIN_TOP_DN) fails: > $ ldbmodify -H sam.ldb /tmp/automount.ldif --option="dsdb:schema update allowed"=true > Unable to find attribute automountMapName in the schema > ERR: (Invalid attribute syntax) "objectclass_attrs: attribute 'mustContain' on entry 'CN=automountMap,CN=Schema,CN=Configuration,DC=ad,DC=tao,DC=at' contains at least one invalid value!" on DN CN=automountMap,CN=Schema,CN=Configuration,DC=ad,DC=tao,D...
2014 Jun 27
2
Samba 4.1.8 Importing automountmap ldif entries from existing OpenLDAP setup or ?
So, I have a test domain set up with rfc2307 = yes . Now I'm trying to figure out if a) my nfs automount data came over from OpenLDAP, and b) if not, how to get it into samba 4's ldap, or something else??? Do I need to rethink my approach? Mount locations are pretty consistent based on primary group/userid Needs to work on Linux. Existing entries look like this... # /u,
2013 Sep 09
1
Samba4 automount schema: convert from flat files to LDAP
...m.ldb.d/"CN=SCHEMA,CN=CONFIGURATION,DC=HH3,DC=SITE.ldb" | grep "dn: CN=automount" dn: CN=automountKey,CN=Schema,CN=Configuration,DC=hh3,DC=site dn: CN=automount,CN=Schema,CN=Configuration,DC=hh3,DC=site dn: CN=automountInformation,CN=Schema,CN=Configuration,DC=hh3,DC=site dn: CN=automountMapName,CN=Schema,CN=Configuration,DC=hh3,DC=site dn: CN=automountMap,CN=Schema,CN=Configuration,DC=hh3,DC=site 1. Samba fires up fine. Does that look about right? 2. I now have to convert the following files to LDAP syntax: /etc/auto.master /home/users /etc/auto.users and: /etc/auto.users * -fstype=c...
2017 Aug 21
0
AutoFS
...t;dn: OU=automount" but when I want to create "dn: > >> OU=auto.master,OU=automount" I have the following error : > >> > >> ERR: (Object class violation) "objectclass: the objectclass > >> 'organizationalUnit' seems to be unrelated to automountMap!" on DN > >> OU=auto.master,OU=automount,dc=corp,DC=lncsa,dc=com at block before > >> line 15 Modify failed after processing 0 records > > How did you add the schema you found on the Samba wikipage ? > > > > Rowland > > > > I splited the ldif on...
2017 Aug 21
0
AutoFS
...y. > > I can create the "dn: OU=automount" but when I want to create "dn: > OU=auto.master,OU=automount" I have the following error : > > ERR: (Object class violation) "objectclass: the objectclass > 'organizationalUnit' seems to be unrelated to automountMap!" on DN > OU=auto.master,OU=automount,dc=corp,DC=lncsa,dc=com at block before > line 15 Modify failed after processing 0 records How did you add the schema you found on the Samba wikipage ? Rowland
2009 Nov 27
2
Autofs cannot bind LDAP server
...g. My /etc/sysconfic/autofs file is pretty plain: # TIMEOUT - set the default mount timeout (default 600). # TIMEOUT=300 # LOGGING - set default log level "none", "verbose" or "debug" # LOGGING="verbose" # Other common LDAP nameing # MAP_OBJECT_CLASS="automountMap" ENTRY_OBJECT_CLASS="automount" MAP_ATTRIBUTE="ou" ENTRY_ATTRIBUTE="cn" VALUE_ATTRIBUTE="automountInformation" Is there anything I can do to force autofs to check to see if my LDAP server is back online? Thanks, Eric