Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Active Directory, SMB, and PCs #362296
    stewarsh
    Participant

    That did it dude! Thanks! After restoring the orginal smb.conf file and making the changes you described everything is much happier now.

    Also when I used my Win Domain Admin account, rather than local admin, to set the Domain Member server setting it accepted w/o any complaints.

    My final config file is below in case others are interested.

            log level = 9
            display charset = UTF-8-MAC
            print command = /usr/sbin/PrintServiceAccess printps %p %s
            lprm command = /usr/sbin/PrintServiceAccess remove %p %j
            security = domain
            guest account = unknown
            encrypt passwords = yes
            printing = BSD
            allow trusted domains = no
            preferred master = no
            lppause command = /usr/sbin/PrintServiceAccess hold %p %j
            netbios name = xserve
            wins support = no
            max smbd processes = 0
            printcap =  
            wins server = xxx.xxx.xxx.10 
            server string = Mac OS X
            lpresume command = /usr/sbin/PrintServiceAccess release %p %j
            client ntlmv2 auth = no
            domain logons = no
            lpq command = /usr/sbin/PrintServiceAccess jobs %p
            passdb backend = opendirectorysam guest
            dos charset = CP437
            unix charset = UTF-8-MAC
            auth methods = guest ntdomain opendirectory
            local master = no
            use spnego = yes
            map to guest = Never
            domain master = no
            printer admin = @admin, @staff
            defer sharing violations = no
            workgroup = CS
    
    
    
    in reply to: Active Directory, SMB, and PCs #362294
    stewarsh
    Participant

    Thanks much for the suggestions, I made the changes and it seems that neither NTLM or Kerberos are working. Did you also have a password server specified?

    As far as Server Admin, it has me listed as a PDC; though I didn’t change that. I assume it determined that from the smb.conf file. It also won’t let me change it to “domain member”. Not sure what changes when you do that.

    Here is a snippet of the debug.

    [2005/07/12 13:30:48, 4] auth_ods.c:opendirectory_account_ok(754)
      opendirectory_account_ok: Checking SMB password for user sstewart
    [2005/07/12 13:30:48, 4] auth_ods.c:opendirectory_opendirectory_ntlm_password_check(596)
      opendirectory_ntlm_password_check: Checking NT MD4 password
    [2005/07/12 13:30:48, 1] auth_ods.c:opendirectory_auth_user(212)
      User "sstewart" failed to authenticate with "dsAuthMethodStandard:dsAuthSMBNTKey" (-14481) :(
    [2005/07/12 13:30:48, 1] auth_ods.c:opendirectory_smb_pwd_check_ntlmv1(427)
      opendirectory_smb_pwd_check_ntlmv1: [-14481]opendirectory_auth_user
    [2005/07/12 13:30:48, 3] auth_ods.c:opendirectory_opendirectory_ntlm_password_check(605)
      opendirectory_ntlm_password_check: NT MD4 password check failed for user sstewart
    [2005/07/12 13:30:48, 5] /SourceCache/samba/samba-60.2/samba/source/auth/auth.c:check_ntlm_password(271)
      check_ntlm_password: opendirectory authentication for user [sstewart] FAILED with error NT_STATUS_WRONG_PASSWORD
    [2005/07/12 13:30:48, 2] /SourceCache/samba/samba-60.2/samba/source/auth/auth.c:check_ntlm_password(312)
      check_ntlm_password:  Authentication for user [sstewart] -> [sstewart] FAILED with error NT_STATUS_WRONG_PASSWORD
    [2005/07/12 13:30:48, 5] /SourceCache/samba/samba-60.2/samba/source/auth/auth_util.c:free_user_info(1322)
      attempting to free (and zero) a user_info structure
    [2005/07/12 13:30:48, 3] /SourceCache/samba/samba-60.2/samba/source/smbd/error.c:error_packet(105)
      error string = No such file or directory
    [2005/07/12 13:30:48, 3] /SourceCache/samba/samba-60.2/samba/source/smbd/error.c:error_packet(129)
      error packet at /SourceCache/samba/samba-60.2/samba/source/smbd/sesssetup.c(887) cmd=115 (SMBsesssetupX) NT_STATUS_LOGON_FAILURE
    [2005/07/12 13:30:48, 5] /SourceCache/samba/samba-60.2/samba/source/lib/util.c:show_msg(464)
    [2005/07/12 13:30:48, 5] /SourceCache/samba/samba-60.2/samba/source/lib/util.c:show_msg(474)
    
    
Viewing 2 posts - 1 through 2 (of 2 total)