<br><br><div><span class="gmail_quote">On 4/11/07, <b class="gmail_sendername">John Summerfield</b> <<a href="mailto:debian@herakles.homelinux.org">debian@herakles.homelinux.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tronn Wærdahl wrote:<br>> On 4/11/07, John Summerfield <<a href="mailto:debian@herakles.homelinux.org">debian@herakles.homelinux.org</a>> wrote:<br>><br>>><br>>> Tronn Wærdahl wrote:<br>>> > I have Centos 
4.4 setup as samba PDC with LDAP, With Xp pro clients im<br>>> able<br>>> > to join the domain, but W2k clients allways fails, with some error<br>>> messages<br>>> > with wrong username password, even that I use the same username
<br>>> password<br>>> as<br>>> > when joining the XP pro client to the domain<br>>><br>>> I'm surprised it seems to work as well as you seem to think it does. The<br>>> best I would expect to work is an NT-style PDC; if you want AD
<br>>> functionality then best you shell out the shekels for Windows 2003<br>>> server and do the training.<br>>><br>>><br>>><br>>> --<br>>><br>>> Cheers<br>>> John<br>
>><br>>> -- spambait<br>>> <a href="mailto:1aaaaaaa@coco.merseine.nu">1aaaaaaa@coco.merseine.nu</a>  <a href="mailto:Z1aaaaaaa@coco.merseine.nu">Z1aaaaaaa@coco.merseine.nu</a><br>>><br>>> Please do not reply off-list
<br>>> _______________________________________________<br>>> CentOS mailing list<br>>> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>>> <a href="http://lists.centos.org/mailman/listinfo/centos">
http://lists.centos.org/mailman/listinfo/centos</a><br>>><br>><br>><br>><br>> Im not sure how I should interper your answer, get windows training .......<br>> ???  :-) Basicly im look for somewhere I could store some files, and with
<br>> the samba PDC I allso go the opertunity to run centralized logon<br>> scripts. Is<br>> there a differense in the way XP and W2k joins a domain<br><br>There is a considerable difference between a domain as it was for OS/2,
<br>win9x/me and Windows NT and the position now.<br><br>Then, for example, one could have a PDC and one (or more I think)<br>secondary and/or backup domain contoller. Now, one can have hierachy of<br>domains spanning the world. Then, domains didn't scale. Now, they scale
<br>quite well, and one can even have a local domain controller for, say,<br>London when the gloabl catalog (held by the principal DC) is in, oh, New<br>York.<br><br>Now, bear in mind that in the first instance you didn't actually give
<br>out much info about what you are trying to achieve or why, what you have<br>tried or what your specific errrors are.<br><br>Probably, you need to enabile WINS server in Samba, specify<br>domain logons = yes<br>logon script = 
logon.cmd<br>maybe these:<br>    logon drive = H:<br>    logon home = \\%N\%U<br><br>and read closely what you need to do to make XP and 2000 talk to NT<br>domain controllers. Your prospects of emulating a Windows 200{0,3}
<br>domain controller are fairly remote.<br><br><br><br>--<br><br>Cheers<br>John<br><br>-- spambait<br><a href="mailto:1aaaaaaa@coco.merseine.nu">1aaaaaaa@coco.merseine.nu</a>  <a href="mailto:Z1aaaaaaa@coco.merseine.nu">
Z1aaaaaaa@coco.merseine.nu</a><br><br>Please do not reply off-list<br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos">
http://lists.centos.org/mailman/listinfo/centos</a><br></blockquote></div><br>Hi<br clear="all"><br>I
kind of trying to make a appliance, the main application is a
groupware(open-xchange), it authenticates against a ldapserver, then I
integrated a jabber server (wildfire) allso authenticates agains ldap.
Then I know that you could get samba to authenticate against ldap, so
then I thought I give that a go.<br>
<br>
If i just makes some shares and give users access everything works as
expected seen from the Windows client side, I'been struggeling for a
long time to make a windows w2k pro to join the samba domain, then I
just thought I would try to make a XP client join the domain, and I was
so supprised when it get joined.  I think what made the trick was
configure bind to know about the samba PDC, then I really dont
understand why I cant join a W2k client to the domain. I've googled
around for hours tried all kind of configuration in samba. Still no
luck. I tried enabling wins on samba, and the w2k client can 
access samba with the netbios name. The reason i want to get that
working is coz of centralized policys and logon scripts. And of course
it need to be stable :-)<br>
<br>
Tronn