[Samba] Updating 2.2.8a to 3.0.0 (LDAP)

2003-10-17 Thread Uwe Laverenz
Hi,

we have Samba 2.2.8a+LDAP 2.0.27 domain controllers running on our 
Debian servers and I'm preparing the update to Samba 3.0.0. Everything 
seems to work fine so far, except that I get some error messages that I 
don't understand. Could someone please explain them to me? Should I wait 
for the next Samba release before switching to 3.x?

The error messages:

When a user logs into the domain controlled W2K machine:

[2003/10/17 09:00:11, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1357)
  failed to decode PDU
[2003/10/17 09:00:11, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605)
  process_request_pdu: failed to do schannel processing.
When the user logs out (occurs ~20 times):

[2003/10/17 09:01:27, 0] lib/smbldap.c:smbldap_open(799)
  smbldap_open: cannot access LDAP when not root..
...followed by this messages (occurs ~20 times):

[2003/10/17 09:01:27, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1612)
  ldapsam_search_one_group: Problem during the LDAP search: LDAP error: 
 (Insufficient access)smbldap_open: cannot access LDAP when not root..

Thanks for your help!

Uwe

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Updating 2.2.8a to 3.0.0 (LDAP)

2003-10-17 Thread Andrew Bartlett
On Fri, 2003-10-17 at 17:24, Uwe Laverenz wrote:
 Hi,
 
 we have Samba 2.2.8a+LDAP 2.0.27 domain controllers running on our 
 Debian servers and I'm preparing the update to Samba 3.0.0. Everything 
 seems to work fine so far, except that I get some error messages that I 
 don't understand. Could someone please explain them to me? Should I wait 
 for the next Samba release before switching to 3.x?
 
 The error messages:
 
 
 When a user logs into the domain controlled W2K machine:
 
 [2003/10/17 09:00:11, 0] rpc_server/srv_pipe.c:api_pipe_netsec_process(1357)
failed to decode PDU
 [2003/10/17 09:00:11, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605)
process_request_pdu: failed to do schannel processing.

These may well be normal - we don't implement the 'schanel' protocol in
completely the same way microsoft does, and so we force the client to
restart it's authentication each time it connects.   I think this is a
symptom of that.

 When the user logs out (occurs ~20 times):
 
 [2003/10/17 09:01:27, 0] lib/smbldap.c:smbldap_open(799)
smbldap_open: cannot access LDAP when not root..
 
 ...followed by this messages (occurs ~20 times):
 
 [2003/10/17 09:01:27, 0] passdb/pdb_ldap.c:ldapsam_search_one_group(1612)
ldapsam_search_one_group: Problem during the LDAP search: LDAP error: 
   (Insufficient access)smbldap_open: cannot access LDAP when not root..

These are bugs, you may wish to try 3.0.1pre1, which I think resolves
some of these.   

 Thanks for your help!
 
 Uwe
-- 
Andrew Bartlett [EMAIL PROTECTED]
Manager, Authentication Subsystems, Samba Team  [EMAIL PROTECTED]
Student Network Administrator, Hawker College   [EMAIL PROTECTED]
http://samba.org http://build.samba.org http://hawkerc.net


signature.asc
Description: This is a digitally signed message part
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Updating 2.2.8a to 3.0.0 (LDAP)

2003-10-17 Thread Uwe Laverenz
Andrew Bartlett schrieb:

These may well be normal - we don't implement the 'schanel' protocol in
completely the same way microsoft does, and so we force the client to
restart it's authentication each time it connects.   I think this is a
symptom of that.
Ok, so that's nothing to worry about...

These are bugs, you may wish to try 3.0.1pre1, which I think resolves
some of these.   
I just tried 3.0.1pre1 and it throws the same error messages. But it 
doesn't seem to have any influences to the Windows-users.

Thank you,
Uwe
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba