Hi everybody,
I have set up a Zimbra Environment on a Suse Linux Enterprise Server 10 with Samba and LDAP. I can create users through the Admin Console without problems. However, I cant connect a user to the Domain I created.
I'M following
Here Im stuck at "Creating Linux and Samba users using Zimbra Admin UI". When I run
, I get a list where at the end my user shows up:
Code:
user2:*:10002:10002:User2:/home/user2:/bin/bash
Now I already cant su to the user. When I try, I get
Code:
su: user user2 does not exist
When I try
Code:
smbclient -U user2 //myserver/user2
it prompts me for password; once I enter it, I get
Code:
session setup failed: NT_STATUS_LOGON_FAILURE
Theres a samba log file showing me
Code:
[2010/02/22 23:56:06, 2] passdb/pdb_ldap.c:init_sam_from_ldap(640)
init_sam_from_ldap: Entry found for user: user2
[2010/02/22 23:56:06, 3] smbd/sec_ctx.c:pop_sec_ctx(386)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2010/02/22 23:56:06, 1] auth/auth_util.c:make_server_info_sam(876)
User user2 in passdb, but getpwnam() fails!
[2010/02/22 23:56:06, 0] auth/auth_sam.c:check_sam_security(331)
check_sam_security: make_server_info_sam() failed with 'NT_STATUS_NO_SUCH_USER'
Does anybody know what the problem is? Im wondering if the ":*:" entry in the passwd is somehow wrong?
Thanks,
Nicolas