Toon posts:

[samba] wat ben ik nou vergeten :S

Pagina: 1
Acties:

Verwijderd

Topicstarter
heb search gebruikt, zelf een tijd aan de slag geweest.
heb alle standaard dingen ingeklopt kwa users gebeuren enzo, maar ik mis iets, want ik mag niet inloggen onder xp, ook niet onder root, domein controller is niet aanwezig of passwd is fout. me log geeft weer dat me user niet in het domain aanwezig is, maar heb hem daadwerkelijk aangemaakt met

adduser <username>
smbpasswd -a <username>

hier me smb.conf
# config file for smb

workgroup = HOME
server string = Blackbird PDC
netbiosname = blackbird
security = user
encrypt passwords = yes
interfaces = 10.25.1.1/24
domain master = yes
domain logons = yes
local master = yes
preferred master = yes
os level = 65
wins support = yes


[homes]
comment = Home Directories
browseable = yes
writable = yes

[netlogon]
comment = Network Logon Service
path = /usr/local/samba/lib/netlogon
guest ok = yes
writable = no
share modes = no

[Profiles]
path = /usr/local/samba/profiles
browseable = yes
guest ok = yes

[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes

  • Sihaya
  • Registratie: Juni 2001
  • Niet online

Sihaya

Pasfoto:

Dit ook al gedaan?
The solution for that problem is simple - the error is not caused by
Samba - it is caused by a new default setting in the local security
policy of Windows XP compared to Windows 2000:
Open the "Local Security Policies"-Editor (Control Panel->Administrative
Tools->Local Security Policies).
Go to "Local Policies->Security Options" and choose the option
"Secure channel: Digitally encrypt or sign secure channel (always)"
(W2K)
"Domain member: Digitally encrypt or sign secure channel (always)" (WXP)

With W2K this defaults to disabled, with WXP it is enabled. Since Samba
does not support this option, communication between Samba and WXP during
the logon process can not work.

Set this option to disabled, reboot your Windows XP machine and now you
should be able to logon successfully.

signature has expired


Verwijderd

iderdaad is het bovenstaande het probleem, je kan het ook oplossen door je registry te tweaken.. maar dat zal op hetzelfde neerkomen...

Verwijderd

Topicstarter
thnx, ik ga het nu proberen, ik heb zo'n idee dat dat het probleem was, met me oude server met pdc kan ik me nu ook ineens herinneren dat dat de oplossing was.

bedankt jongens ... jammer dat het altijd met zulke tweaks moet. :(