Mathias.Wohlfarth@mw-eb.de
2005-Jan-21 09:41 UTC
Why does nobody answere??? WG: [Samba] username map - same problem
regards Mathias Wohlfarth EDV-Beratung Thomas-Mann-Str.1 53111 Bonn Tel. +49 172 / 53 45 591 +49 1801 / 777 555 33 01 Fax +49 228 / 9469181 Email mathias.wohlfarth@mw-eb.de ----- Weitergeleitet von Mathias am 21.01.2005 10:40 ----- Mathias.Wohlfarth@mw-eb.de Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org 19.01.2005 17:35 An: Bj?rn-Sverre N?ttum <bsnottum@hotmail.com> Kopie: samba@lists.samba.org, samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org Thema: Antwort: [Samba] username map - same problem We are just working on the same problem. We are using "domain logons =yes". Samba version is 3.0.10 In the logfile it seems, that the mapping is ok. But then something happens, so that the logon fails. I cannot see any error in the following records - not very helpfull. Need help. this is a part of the logfile, showing, that the maping work and the right password is given. I can mail the rest, if someone can understand it. check_ntlm_password: authentication for user [stotadmin] -> [p01user] -> [p01user] succeeded [2005/01/19 17:01:48, 5] auth/auth_util.c:free_user_info(1318) attempting to free (and zero) a user_info structure [2005/01/19 17:01:48, 10] auth/auth_util.c:free_user_info(1321) structure was created for stotadmin [2005/01/19 17:01:48, 5] rpc_server/srv_netlog_nt.c:_net_sam_logon(716) _net_sam_logon: check_password returned status NT_STATUS_OK Mathias Wohlfarth EDV-Beratung Thomas-Mann-Str.1 53111 Bonn Tel. 0172 / 53 45 591 01801 / 777 555 33 01 Fax 0228 / 9469181 Email mathias.wohlfarth@mw-eb.de Bj?rn-Sverre N?ttum <bsnottum@hotmail.com> Gesendet von: samba-bounces+mathias.wohlfarth=mw-eb.de@lists.samba.org 19.01.2005 10:37 An: samba@lists.samba.org Kopie: Thema: [Samba] username map Hello! I want to permit the root account to be called administrator from the win clients in my network. Therefore I have added 'root = administrator' in my /etc/samba/smbusers. I have also added 'username map = /etc/samba/smbusers' in smb.conf. When I try to log on as administrator from a windows client I get a message that the user does not exist. I am running samba 3 on fc2. Can anyone help me on this? Thanks! Bjorn _________________________________________________________________ MSN Hotmail http://www.hotmail.com Med markedets beste SPAM-filter. Gratis! -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Chris Snider
2005-Jan-21 21:57 UTC
Why does nobody answere??? WG: [Samba] username map - same problem
Mathias, What exactly is failing? Are you doing a smbclient -L localhost -U stotadmin and it's not showing you the shares or are you attempting to login from a domain member PC and its failing? It looks like your usermap is working just fine as shown by your log entry> check_ntlm_password: authentication for user [stotadmin] -> [p01user] > -> > [p01user] succeededMore information would be needed to help you. I believe the problem that Bjorn has is he needs to add a root user to the samba password database. smbpasswd -a root should do the trick if he's not using ldap the backend. Chris