Hi all, This afternoon my Samba server started rejecting everyone's passwords, with the error "pdb_init_sam failed!" What does that mean? I've never seen the error before. It seems that the password is being checked correctly with Active Directory, as an incorrect password yields a different error message, but the pdb_init_sam seems to cause Samba to reject even a correct password! Any ideas what this message is for? Thanks, Adam. ------------------- <put in correct password> [2006/01/31 16:16:31, 0] auth/auth_util.c:make_server_info_info3(1247) make_server_info_info3: pdb_init_sam failed! <put in wrong password> [2006/01/31 16:16:52, 0] auth/auth_domain.c:domain_client_validate(242) domain_client_validate: unable to validate password for user <username> in domain <DOMAIN> to Domain controller AD05. Error was NT_STATUS_WRONG_PASSWORD. [2006/01/31 16:16:58, 0] <put in correct password> auth/auth_util.c:make_server_info_info3(1247) make_server_info_info3: pdb_init_sam failed! [2006/01/31 16:17:07, 0] <put in correct password> auth/auth_util.c:make_server_info_info3(1247) make_server_info_info3: pdb_init_sam failed! [2006/01/31 16:17:13, 0] <put in wrong password> auth/auth_domain.c:domain_client_validate(242) domain_client_validate: unable to validate password for user <username> in domain <DOMAIN> to Domain controller AD05. Error was NT_STATUS_WRONG_PASSWORD.