Displaying 16 results from an estimated 16 matches for "samba_user".
Did you mean:
samba1user
2014 Nov 06
1
what is the limit max. characters of group names?
Hello,
I've running a samba server:
---------
* Samba 3.6.3
* using LDAP for users an groups
part. of config:
----------
workgroup = Samba
security = user
ldap admin dn = uid=samba_user,cn=admin,o=company,c=net
passdb backend = ldapsam:ldap://ldap01.company.net
ldap suffix = cn=users,o=company,c=net
ldap user suffix = cn=accounts
ldap group suffix = cn=groups
ldap passwd sync = No
The server is running well.
But my Question is:
Where are l...
1998 Apr 07
1
Public print share on Samba/VMS asks for a password
...nnects to this system and its shares as all it really does is
serve up printers and plotters to our Win95 PCs.
Here's my config for this share:
[datdj01]
comment = LIMS HP 1600 CM Deskjet Printer
path = /samba_root/var/spool
browseable = no
available = yes
guest account = samba_user
guest only = yes
public = yes
printer name = datdj01$print
printable = yes
writable = no
create mode = 0700
Thanks for any suggestions/solutions.
Dave
------------------------------------------------------------------------------
Dave Thompson |...
2016 Mar 13
1
use linux user account information on samba
...th "DOMAIN\username" names.
Now if I do:
smbclient //server/netlogon -U"linux_user" -c 'ls'
Enter Linux_user's password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 4.1.17-Debian]
tree connect failed: NT_STATUS_ACCESS_DENIED
If I do
smbclient //server/netlogon -U"samba_user" -c 'ls'
Enter samba_user's password:
Domain=[Domain] OS=[Unix] Server=[Samba 4.1.17-Debian]
. D 0 Mon Jul 13 21:40:02 2015
.. D 0 Sat Mar 12 14:05:28 2016
46672 blocks of size 524288. 20658...
2015 Mar 16
3
Samba shares not appearing
Hi,
I'm currently fiddling with Samba, trying to make it work on CentOS 7.
Before that, I ran Samba successfully in a mixed environment with
Slackware64 14.1 on the server and Slackware/Windows Seven on the client
side.
I have three sandbox machines running CentOS 7. One has a minimal
install with only the samba and samba-client packages. Just to be on the
safe side for fiddling,
2014 Oct 23
1
prevent users to change rights ...
Hello,
I want to prevent users to change file/directory rights and haven't
found any possible solution.
Setup:
---------
* Samba 3.6.3
* using LDAP for users an groups
Config:
----------
workgroup = Samba
security = user
ldap admin dn = uid=samba_user,cn=admin,o=company,c=net
passdb backend = ldapsam:ldap://ldap01.company.net
ldap suffix = cn=users,o=company,c=net
ldap user suffix = cn=accounts
ldap group suffix = cn=groups
ldap passwd sync = No
Requirements:
---------------------
I have one share "...
2017 Feb 08
2
Need help troubleshooting TCP thrashing, possible kernel bug?
...pid directory = /var/run/samba
create mask = 0666
directory mask = 0777
client ntlmv2 auth = yes
dos charset = CP437
unix charset = UTF-8
log level = 1
#map unix users to 1 or more names
## can map an @group to a username
#username map = /mnt/storage/configs/samba_users.map
follow symlinks = yes
wide links = yes
unix extensions = no
create mask = 0660
idmap uid = 10000-90000
idmap gid = 10000-90000
[Software]
path = /mnt/storage/cifs-share/Software
printable = no
veto files = /.snapshot/.windows/.mac/.zfs/
writeable = yes...
2016 Mar 11
3
use linux user account information on samba
Dear list,
I am having real trouble using the linux authentication system with samba. I
have a configured kerberos and ldap server and authenticate in linux using
nslcd. nfs4 works fine in the linux world. Unfortunately, I am forced :( to have
some windows machines which are supposed to connect to linux fileservers. If I
understand correctly, I can use sssd on the samba ad domain controller to
1999 Apr 27
0
smbpasswd fails when changing user passwords
...omment = Public Stuff
path = /usr/samba-shares/public
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
[projekte]
comment = Projektdaten
path = /usr/samba-shares/projekte
valid users = @samba_users
read only = No
create mask = 0775
directory mask = 0775
[root]
path = /
valid users = @root
1999 May 17
1
changing user passwords with smbpasswd
...omment = Public Stuff
path = /usr/samba-shares/public
read only = No
create mask = 0775
directory mask = 0775
guest ok = Yes
[projekte]
comment = Projektdaten
path = /usr/samba-shares/projekte
valid users = @samba_users
read only = No
create mask = 0775
directory mask = 0775
[root]
path = /
valid users = @root
2015 Mar 16
0
Samba shares not appearing
...r_IP_address>/ I was able to see the shares.
If Im not mistaken the 'nmb' service is responsible for browsing,
therefore I stopped it and I was not longer able to see the shares from
a windows or samba client.
What is the output of:
$ smbclient -L <samba_server_host-or-IP> -U <samba_user>
from one of the samba clients?
2015 Mar 16
1
Samba shares not appearing
...ee the shares.
>
> If Im not mistaken the 'nmb' service is responsible for browsing,
> therefore I stopped it and I was not longer able to see the shares from
> a windows or samba client.
>
> What is the output of:
> $ smbclient -L <samba_server_host-or-IP> -U <samba_user>
> from one of the samba clients?
OK, I experimented some more, and here's what I got.
I replaced the system on the two sandbox client machines by a standard
"vanilla" CentOS+GNOME desktop. At first I couldn't browse any samba
shares, but then I figured out that the stan...
2017 Feb 08
0
Need help troubleshooting TCP thrashing, possible kernel bug?
...create mask = 0666
> directory mask = 0777
> client ntlmv2 auth = yes
> dos charset = CP437
> unix charset = UTF-8
> log level = 1
> #map unix users to 1 or more names
> ## can map an @group to a username
> #username map = /mnt/storage/configs/samba_users.map
> follow symlinks = yes
> wide links = yes
> unix extensions = no
> create mask = 0660
> idmap uid = 10000-90000
> idmap gid = 10000-90000
>
>
> [Software]
> path = /mnt/storage/cifs-share/Software
> printable = no
> vet...
2017 Feb 09
2
Need help troubleshooting TCP thrashing, possible kernel bug?
...ry mask = 0777
> > client ntlmv2 auth = yes
> > dos charset = CP437
> > unix charset = UTF-8
> > log level = 1
> > #map unix users to 1 or more names
> > ## can map an @group to a username
> > #username map = /mnt/storage/configs/samba_users.map
> > follow symlinks = yes
> > wide links = yes
> > unix extensions = no
> > create mask = 0660
> > idmap uid = 10000-90000
> > idmap gid = 10000-90000
> >
> >
> > [Software]
> > path = /mnt/storage/cifs-sha...
2017 Feb 08
2
Need help troubleshooting TCP thrashing, possible kernel bug?
I have a FreeNAS 9.3 server running Samba Version 4.3.6 and a bunch of
Windows and Linux clients. Everything's been running fine for a while and
nothing changed on the server.
Recently (Jan 27th) some of the Archlinux clients updated from a 4.8.x
kernel to a 4.9.x kernel. Again, things ran fine. Then on Jan 30th around
2am the Archlinux clients using 4.9.x kernels and utilizing mount.cifs to
2017 Feb 09
0
Need help troubleshooting TCP thrashing, possible kernel bug?
...client ntlmv2 auth = yes
>> > dos charset = CP437
>> > unix charset = UTF-8
>> > log level = 1
>> > #map unix users to 1 or more names
>> > ## can map an @group to a username
>> > #username map = /mnt/storage/configs/samba_users.map
>> > follow symlinks = yes
>> > wide links = yes
>> > unix extensions = no
>> > create mask = 0660
>> > idmap uid = 10000-90000
>> > idmap gid = 10000-90000
>> >
>> >
>> > [Software]
>&g...
2010 Feb 05
0
samba Digest, Vol 86, Issue 6
...assword age" -C 5184000 (limit for validity of the
password set for 60 days)
pdbedit -P "maximum password age" -C 7776000 (maximum period for validity of
the password set for 90 days)
after u set ur policies restart samba and cofirm policies/informations make
to user:
pdbedit -L -v samba_user
AND THIS
-P account-policy
Display an account policy
Valid policies are: minimum password age, reset count minutes, disconnect
time, user must logon to change password, password history, lockout
duration, min password length, maximum password age and bad lockout attempt.
i hope that helps you...