Displaying 3 results from an estimated 3 matches for "ohome".
Did you mean:
home
2010 Aug 24
1
Disk full message with non full disk
...# disables profiles support by specifing an empty path
; logon path =
; add user script = /usr/sbin/useradd "%u" -n -g users
; add group script = /usr/sbin/groupadd "%g"
; add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M
-d /n
ohome -s /bin/false "%u"
; delete user script = /usr/sbin/userdel "%u"
; delete user from group script = /usr/sbin/userdel "%u" "%g" ;
delete group script = /usr/sbin/groupdel "%g"
# ----------------------- Browser Control Options
----...
2020 Apr 22
2
Samba update cause windows incorrect password
Dear,
on my debian system I upgraded samba from 4.5.16 to 4.9.5. My samba
server is configured as domain controller.
Now happens a strange thing. From a windows 10 client I'm able to login
with a domain user without problem. But if I logout and try to enter
the password for the same user, Windows tells me that the password is
incorrect.
To be able to loing, I've to select Other User,
2020 Apr 22
2
Samba update cause windows incorrect password
...the login script name depends on the unix user used
logon script = logon.bat
logon path = \\%L\Profiles\%U
# disables profiles support by specifing an empty path
logon drive = Z:
;logon path =
; logon home =
add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d
/n
ohome -s /bin/false "%u"
delete user script = /usr/sbin/userdel "%u"
delete user from group script = /usr/sbin/userdel "%u" "%g"
delete group script = /usr/sbin/groupdel "%g"
wins support = yes
; wins server = w.x.y.z
wins proxy = yes
dns proxy = y...