Hi samba crew, I test this weakend samba-3.0 alpha 18 with quotas, acl-support and ldapsam. The server runs fine and ldap work (pdbedit -lv show me all Users and machines) but I was unable to join the samba domain. Xp gives me the error, that a "userkey for this session" for join the domain was unable. Here is my german error message (I don?t know the english translation :o) Es ist kein Benutzersitzungsschl?ssel f?r die angegeben Anmeldung vorhanden. With samba 2.2.* all works fine. The RequiresSignOrSeal key is set to 0 and root is in the ldap database. For the 3.0 version is it a new way to join a domain ? Thanks Axel Machens ----------------- [global] workgroup = INTERN netbios name = NEPTUN interfaces = eth0 passdb backend = ldapsam username map = /etc/samba/smbusers logon path = \\%L\profile\%U logon home = \\%L\%U domain logons = Yes os level = 65 ldap suffix = o=INTERN,c=DE ldap machine suffix = ou=Computer,o=INTERN,c=DE ldap user suffix = ou=User,o=INTERN,c=DE ldap admin dn = cn=admin,o=INTERN,c=DE ldap ssl = no admin users = root printer admin = root printing = lprng [printers] path = /tmp guest ok = Yes printable = Yes browseable = No [profile] path = /usr/local/samba/profile read only = No browseable = No [print$] comment = Druckertreiber path = /printer write list = root [homes] comment = Homeshare read only = No browseable = No
Bradley W. Langhorst
2002-Sep-01 13:55 UTC
[Samba] Join to Samba-3.0 alpha 18 domain with XP
i had to set use spnego = no in my smb.conf to get XP to join with samba3 brad On Sun, 2002-09-01 at 13:45, Axel Machens wrote:> Hi samba crew, > > I test this weakend samba-3.0 alpha 18 with quotas, acl-support and ldapsam. > The server runs fine and ldap work (pdbedit -lv show me all Users and > machines) > but I was unable to join the samba domain. > > Xp gives me the error, that a "userkey for this session" for join the domain > was unable. > Here is my german error message (I don?t know the english translation :o) > > Es ist kein Benutzersitzungsschl?ssel f?r die angegeben Anmeldung vorhanden. > > With samba 2.2.* all works fine. The RequiresSignOrSeal key is set to 0 and > root is in the ldap database. > > For the 3.0 version is it a new way to join a domain ? > > Thanks > > Axel Machens > > ----------------- > > > [global] > workgroup = INTERN > netbios name = NEPTUN > interfaces = eth0 > passdb backend = ldapsam > username map = /etc/samba/smbusers > logon path = \\%L\profile\%U > logon home = \\%L\%U > domain logons = Yes > os level = 65 > ldap suffix = o=INTERN,c=DE > ldap machine suffix = ou=Computer,o=INTERN,c=DE > ldap user suffix = ou=User,o=INTERN,c=DE > ldap admin dn = cn=admin,o=INTERN,c=DE > ldap ssl = no > admin users = root > printer admin = root > printing = lprng > > [printers] > path = /tmp > guest ok = Yes > printable = Yes > browseable = No > > [profile] > path = /usr/local/samba/profile > read only = No > browseable = No > > [print$] > comment = Druckertreiber > path = /printer > write list = root > > [homes] > comment = Homeshare > read only = No > browseable = No > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > > >
abartlet@dp.samba.org
2002-Sep-01 17:12 UTC
[Samba] Join to Samba-3.0 alpha 18 domain with XP
On Sun, Sep 01, 2002 at 06:54:35PM -0400, Bradley W. Langhorst wrote:> i had to set > use spnego = no > in my smb.conf to get XP to join with samba3As of the last 2 weeks or so, Samba HEAD from CVS no longer requires this. We may well remove/rename this paramter, to avoid the buildup of folklore... Andrew Bartlett
Bradley W. Langhorst
2002-Sep-01 17:26 UTC
[Samba] Join to Samba-3.0 alpha 18 domain with XP
On Sun, 2002-09-01 at 17:11, abartlet@dp.samba.org wrote:> On Sun, Sep 01, 2002 at 06:54:35PM -0400, Bradley W. Langhorst wrote: > > i had to set > > use spnego = no > > in my smb.conf to get XP to join with samba3 > > As of the last 2 weeks or so, Samba HEAD from CVS no longer requires this. > > We may well remove/rename this paramter, to avoid the buildup of folklore... > > Andrew Bartlettandrew: do you know if a18 requires the spnego or not? I guess axle will find out shortly... brad
> > On Sun, Sep 01, 2002 at 06:54:35PM -0400, Bradley W. Langhorst wrote: > > > i had to set > > > use spnego = no > > > in my smb.conf to get XP to join with samba3 > > > > As of the last 2 weeks or so, Samba HEAD from CVS no longer requiresthis.> > > > We may well remove/rename this paramter, to avoid the buildup offolklore...> > > > Andrew Bartlett > > andrew: > > do you know if a18 requires the spnego or not? > I guess axle will find out shortly...Hi Bradley, Hi Andrew all works fine with use spnego = no ! Thanks a lot Axel Machens