Displaying 3 results from an estimated 3 matches for "mountdirectory".
2002 Jul 19
6
problems mounting smbfs
I've spent the last 2 days trying to get smbfs to mount via fstab.
Using redhat 7.3 and the latest samba as of 7/17/02.
I can mount from the command line using smbmount as follows:
smbmount //localhost/wwwshare /smbwww -o username=smbuser,password=xxxxxxxx
I can not mount from the command line using:
mount -t smbfs -o username=smbuser,password=xxxxxxxx //localhost/wwwshare /smbwww
The
2012 Aug 29
0
Add apple MCX directory extensions
...dn: cn=apple-xmlplist,cn=Schema,cn=Configuration,dc=X
changetype: add
objectClass: attributeSchema
attributeId: 1.3.6.1.4.1.63.1000.1.1.1.17.1
ldapDisplayName: apple-xmlplist
attributeSyntax: 2.5.5.12
adminDescription: XML plist data
oMSyntax: 64
isSingleValued: TRUE
systemOnly: FALSE
# Attribute: mountDirectory
dn: cn=apple-mountDirectory,cn=Schema,cn=Configuration,dc=X
changetype: add
objectClass: attributeSchema
attributeId: 1.3.6.1.4.1.63.1000.1.1.1.8.1
ldapDisplayName: mountDirectory
attributeSyntax: 2.5.5.12
adminDescription: mount path
oMSyntax: 64
isSingleValued: TRUE
systemOnly: FALSE
# Attribute...
2004 Sep 08
0
samba 3 share folder
...browseable = yes
public = yes
writable = yes
Since it's in the ads, every user receives "network access is denied". I can't find the exact way to set up that.
2) The server with the new samba( let's call it S1) mount a share from another linux server (S2). This mountdirectory (M1) is into a folder wich is also a share.
A windows server pull M1 to see if there are new files on S2. So, it's using a login wich is authenticated trough the ads. I set up the same login and same pass on all servers.
On S2, the rights of the files are rw-rw-rw. On S1, these files got...