[Samba] autofs + cifs + kerberos

Sketch smblist at rednsx.org
Sat Sep 6 18:12:32 MDT 2014


On Sat, 6 Sep 2014, steve wrote:

> OK. Next up is cifs-utils.
> 6.2 over here.
> After that, the schema you are using for the maps.

The latest from CentOS 6 repos: cifs-utils-4.8.1-19.el6.x86_64.  Maybe a 
newer version would work better.

I did find a mention of what sounds like it could possibly be the same 
problem in Redhat's knowledgebase (though I'm not positive it's due to 
ticket expiration), unfortunately it's behind a paywall:

https://access.redhat.com/solutions/275933

It seems unlikely that the schema would be a problem, since the mount does 
work fine for a while?  Automount only reads the schema at startup (or on 
a HUP signal), so I would expect that it would either work or not work. 
But if you think it could be useful, here you go...

dn: OU=automount,DC=ad,DC=mydomain,DC=com
objectClass: top
objectClass: organizationalUnit
ou: automount
instanceType: 4
whenCreated: 20140423214712.0Z
whenChanged: 20140423214712.0Z
uSNCreated: 3532
uSNChanged: 3532
name: automount
objectGUID: 69b07654-13e4-421b-8072-8ae3cbd4e6f3
objectCategory: 
CN=Organizational-Unit,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=com
distinguishedName: OU=automount,DC=ad,DC=mydomain,DC=com

dn: OU=auto.master,OU=automount,DC=ad,DC=mydomain,DC=com
objectClass: top
objectClass: automountMap
objectClass: organizationalUnit
ou: auto.master
instanceType: 4
whenCreated: 20140423214712.0Z
whenChanged: 20140423214712.0Z
uSNCreated: 3533
uSNChanged: 3533
name: auto.master
objectGUID: 966ef21d-2ee7-4a79-93e6-fd68c0ddb6fc
objectCategory: 
CN=Organizational-Unit,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=com
automountMapName: auto.master
distinguishedName: OU=auto.master,OU=automount,DC=ad,DC=mydomain,DC=com

dn: CN=/share,OU=auto.master,OU=automount,DC=ad,DC=mydomain,DC=com
objectClass: top
objectClass: automount
objectClass: container
cn: /share
instanceType: 4
whenCreated: 20140423214712.0Z
whenChanged: 20140423214712.0Z
uSNCreated: 3534
uSNChanged: 3534
showInAdvancedViewOnly: TRUE
name: /share
objectGUID: 40386057-a1f9-49b2-8e60-271aacf89947
objectCategory: 
CN=Container,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=com
automountKey: /share
automountInformation: auto.share
distinguishedName: CN=/share,OU=auto.master,OU=automount,DC=ad,DC=mydomain,DC=com

dn: OU=auto.share,OU=automount,DC=ad,DC=mydomain,DC=com
objectClass: top
objectClass: automountMap
objectClass: organizationalUnit
ou: auto.share
instanceType: 4
whenCreated: 20140423214712.0Z
whenChanged: 20140423214712.0Z
uSNCreated: 3535
uSNChanged: 3535
name: auto.share
objectGUID: 5d4addeb-9911-4583-9332-67b1e2e34c7f
objectCategory: 
CN=Organizational-Unit,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=com
automountMapName: auto.share
distinguishedName: OU=auto.share,OU=automount,DC=ad,DC=mydomain,DC=com

dn: CN=public,OU=auto.share,OU=automount,DC=ad,DC=mydomain,DC=com
objectClass: top
objectClass: automount
objectClass: container
cn: public
instanceType: 4
whenCreated: 20140827160932.0Z
uSNCreated: 4006
showInAdvancedViewOnly: TRUE
name: public
objectGUID: f420728f-a07d-4cb1-8595-2f380ff004d4
objectCategory: 
CN=Container,CN=Schema,CN=Configuration,DC=ad,DC=mydomain,DC=com
automountKey: public
automountInformation: -fstype=cifs,sec=krb5,user=cifs,multiuser ://fileserver/public
whenChanged: 20140905195103.0Z
uSNChanged: 137470
distinguishedName: CN=public,OU=auto.share,OU=automount,DC=ad,DC=mydomain,DC=com





More information about the samba mailing list