Displaying 6 results from an estimated 6 matches for "userdl".
Did you mean:
userdb
2003 Nov 02
1
(no subject)
...ete corresponding unix accounts
add group script = /usr/sbin/groupadd %g
add user script = /usr/sbin/useradd %u
add machine script = /usr/sbin/useradd -c Machine -d /dev/null -s
/bin/false -M %u
add user to group script = /usr/bin/gpasswd -a %u %g
delete user script = /usr/sbin/userdle %u
delete user from group script = /usr/sbin/deluser %u %g
delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
[tmp]...
2004 Jan 29
0
3.0.1-2 failed to decode PDU
...UNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
printcap name = cups
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s
/bin/false -M %u
delete user script = /usr/sbin/userdle %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/adduser %u %g
delete user from group script = /usr/sbin/deluser %u %g
set primary group script = /usr/sbin/usermod -g '%g' ...
2003 Nov 02
0
(no subject)
...ete corresponding unix accounts
add group script = /usr/sbin/groupadd %g
add user script = /usr/sbin/useradd %u
add machine script = /usr/sbin/useradd -c Machine -d /dev/null -s
/bin/false -M %u
add user to group script = /usr/bin/gpasswd -a %u %g
delete user script = /usr/sbin/userdle %u
delete user from group script = /usr/sbin/deluser %u %g
delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
browseable = no
writable = yes
[tmp]...
2003 Sep 10
1
AW: Allow copy and deny delete
Hi,
You can use the sticky bit on directories (like /tmp is setup), so you
can grant
write access for any user, but they can't remove files owned by
different uids.
But Users can remove there own files anyway.
J?rgen
> -----Urspr?ngliche Nachricht-----
> Von: samba-bounces+hoetzel=cyperfection.de@lists.samba.org
> [mailto:samba-bounces+hoetzel=cyperfection.de@lists.samba.org]
2004 Jul 07
2
ACCESS DENIED when trying to log into domain
I'm in the process of setting up a domain controller (moving from a
workgroup configuration). I've installed the latest version of Samba
(3.0.5), and have configured it to work as a PDC. However, when I try
and connect to the domain, I get an 'Access Denied' message after
entering my userid and password. Here's the snip from the client system
log:
[2004/07/06 12:01:15,
2003 Nov 17
0
login troubles , samba-3.01-pre3 RedHat 9
...controller or stand-alone
# machine to add or delete corresponding unix accounts
; add user script = /usr/sbin/useradd %u
; add group script = /usr/sbin/groupadd %g
; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
; delete user script = /usr/sbin/userdle %u
; delete user from group script = /usr/sbin/deluser %u %g
; delete group script = /usr/sbin/groupdel %g
#============================ Share Definitions ==============================
[homes]
comment = Home Directories
path = /usr/local/samba/homes
browseable = no
writable = yes...