Hallo,
Ik heb Samba (als het goed is) ingestelt als PDC... maar nu kan ik niet inloggen... dit is de fout melding die Win2k geeft:
Your computer could not be joined to the domain because the following error has occured:
The credendtials supplied conflict with an existing set of credentials
Vage error waar ik niet veel van snap... botsen Samba en Win2K of zo?
Mijn smb.conf ziet er zo uit:
Kennen jullie deze fout melding of is mijn configuratie mis? Wat doe ik verkeerd?
Ik heb Samba (als het goed is) ingestelt als PDC... maar nu kan ik niet inloggen... dit is de fout melding die Win2k geeft:
Your computer could not be joined to the domain because the following error has occured:
The credendtials supplied conflict with an existing set of credentials
Vage error waar ik niet veel van snap... botsen Samba en Win2K of zo?
Mijn smb.conf ziet er zo uit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| [global]
passwd program = /usr/bin/passwd
domain master = True
add user script = /usr/sbin/useradd -g 100 -d /dev/null -s /bin/false %m$
dns proxy = No
protocol = NT1
logon path = \\%L\Profile
encrypt passwords = Yes
show add printer wizard = No
time server = Yes
bind interfaces only = Yes
max log size = 50
hosts allow = 192.168.0. 127.
logon script = %U.bat
interfaces = eth0
password server = *
security = user
domain admin group = root bontjer
domain logons = Yes
unix password sync = Yes
server string = Thuis de Samba %v Server
workgroup = CAMBODJA
log file = /var/log/samba.%m
load printers = No
os level = 64
[%U]
comment = Schijf van %U
path = /home/%U
read only = No
guest ok = no
create mask = 0700
directory mask = 0700
oplocks = false
locking = no
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon/
write list = root
guest ok = Yes
browseable = No
share modes = No
[Profile]
comment = Users profile
path = /home/%U/.winprofile
read only = No
browseable = No |
Kennen jullie deze fout melding of is mijn configuratie mis? Wat doe ik verkeerd?