Displaying 3 results from an estimated 3 matches for "sedeldap".
2008 Apr 08
3
problems setting a public share
Hi all,
my samba server has security set to user, and it works for each share I
specify a valid users list. However, the following public share does not
work:
[PUB_SMB]
comment = Cartella pubblica (Mac e PC) - Non viene fatto il
backup
path = /mnt/samba/pub_smb
browsable = yes
available = yes
writable = yes
2008 Apr 09
2
write list vs read list
Hi,
I'd like to set a share as writable for a specific users' group, and only
readable for another, so I did the following:
[global]
netbios name ? ? ?= SEDELDAP
workgroup = LDAP
security = user
passdb backend = ldapsam:ldap://localhost/
obey pam restrictions = no
ldap admin dn = cn=admin,dc=MyHost,dc=com
ldap suffix = dc=MyHost,dc=com
ldap group suffix = ou=Group
ldap user suffix = ou=People
ldap machine suffix = ou=Computers
ldap idmap suffix = ou=Users
l...
2008 Feb 25
1
NT_STATUS_LOGON_FAILURE with ldap backend
...ls of samba or not, at the
moment I did not add any account to samba (thinking it should read them from
the ldap server directly). In the logs I'm not able to find anything useful,
does anyone have any clue?
The following is an excerpt of my configuration file:
[global]
netbios name = SEDELDAP
workgroup = LDAP
security = user
passdb backend = ldapsam:ldap://localhost/
obey pam restrictions = no
ldap admin dn = cn=admin,dc=myDomain,dc=com
ldap suffix = dc=myDomain, dc=com
ldap group suffix = ou=Groups
ldap user suffix = ou=People
ldap machine suffix = ou=Computers
ldap idmap suffix = ou=U...