Displaying 4 results from an estimated 4 matches for "nt_profil".
Did you mean:
nt_profile
2005 Apr 21
1
Windows XP fails to load Desktop Profile on Samba 3 PDC
Hello,
I'm currently trying to implement samba 3.0.14a as PDC in our
office.
I've allready managed to join the first trial workstations to the
Domain. Now I have the following problem:
I've created an Administrator-account for joining the machines
and doing maintenance work. This account seems to have no
problem to store its personal settings (Desktop, startmenu) on
the PDC.
2004 Feb 10
0
Why does HOMEDRIVE not = H:?
...logon drive = H:
logon home = \\%L\%U\.win_profile\%m
domain logons = Yes
os level = 255
preferred master = Yes
domain master = Yes
wins support = Yes
hosts allow = 127.0.0.1 192.168.1.0/255.255.255.0
[netlogon]
path = /home/samba/netlogon
browseable = No
[profiles]
path = /home/samba/nt_profiles
read only = No
create mask = 0600
directory mask = 0700
browseable = No
[homes]
comment = %U's HOME directory
valid users = %S
read only = No
browseable = No
-----------------------------------------
Later, I changed: logon path = \\%L\profiles\%U\%m
When "logon path = \\%L\%U...
2004 Feb 23
1
'logon drive' questions
...domain logons = Yes
os level = 255
preferred master = Yes
domain master = Yes
wins support = Yes
hosts allow = 127.0.0.1 192.168.1.0/255.255.255.0
[netlogon]
path = /home/samba/netlogon
browseable = No
[profiles]
path = /home/samba/nt_profiles
read only = No
create mask = 0600
directory mask = 0700
browseable = No
[homes]
comment = %U's HOME directory
valid users = %S
read only = No
browseable = No
-----------------------------------------
Later, I changed 'logon...
2002 Dec 01
0
smbpasswd -j joins wrong domain?
...%U.bat
# Where to store roving profiles (only for Win95 and WinNT)
# %L substitutes for this servers netbios name, %U is username
# You must uncomment the [profiles] share below
; logon path = \\%L\profiles\%U
; logon drive = H:
; logon home = \\%L\%U
; logon path = \\%L\%U\.nt_profile
# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be specified
# the default order is "host lmhosts wins bcast". "host" means use the unix
# system gethostbyname() function call that will use either /et...