ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    FreeNAS Domain Failure on AD

    IT Discussion
    freenas freebsd 10.3 freebsd bsd winbind kinit kerberos samba samba 4
    4
    43
    9.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      @scottalanmiller is only 1 users account attempting to access this share?

      Just checking here, the error message seems to indicate that the domain user account is expired or locked.

      So the followup question, do you have access to the DC to determine if this user account is active and unlocked?

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        And this works...

        # wbinfo -t
        checking the trust secret for domain DOMAIN via RPC calls succeeded
        
        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @DustinB3403
          last edited by

          @DustinB3403 said in FreeNAS Domain Failure on AD:

          @scottalanmiller is only 1 users account attempting to access this share?

          Many

          DustinB3403D 1 Reply Last reply Reply Quote 0
          • DustinB3403D
            DustinB3403 @scottalanmiller
            last edited by

            @scottalanmiller Are there AD account expirations (not password expiration, but actually the user account) in this domain?

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              It can't be user accounts. All users, hundreds of them, all stopped working at the same time.

              1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403
                last edited by

                From Microsoft


                Clients’ credentials have been revoked while getting initial credentials
                Application/Function: kinit
                Potential Causes and Solution: Can indicate that the user's account is locked or expired (account expired, not password expired).
                UNIX System Log File (syslog) Error Messages
                CROND[11772]: GSSAPI Error: The context has expired (No error)
                Application/Function: Message appearing in syslog related to Kerberos authentication for the LDAP authorization connection to the Active Directory server.
                Potential Cause and Solution: The Kerberos credential used to make the LDAP connection to the Active Directory server has expired and has not or could not be renewed. Confirm that the cron job to acquire the credential for the proxy/service user is correct. Confirm that the key table containing the stored key for the proxy/service user is correct. Attempt to manually acquire a credential for the proxy/service user using this command (where /etc/proxy.keytab is the key table containing the key for the proxy user and proxy/service is the name of the proxy user):
                /usr/bin/kinit -k -t /etc/proxy.keytab proxy/service
                (Only applicable to 2B open source solutions)


                DustinB3403D 1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403 @DustinB3403
                  last edited by

                  @DustinB3403 said in FreeNAS Domain Failure on AD:

                  From Microsoft


                  Clients’ credentials have been revoked while getting initial credentials
                  Application/Function: kinit
                  Potential Causes and Solution: Can indicate that the user's account is locked or expired (account expired, not password expired).
                  UNIX System Log File (syslog) Error Messages
                  CROND[11772]: GSSAPI Error: The context has expired (No error)
                  Application/Function: Message appearing in syslog related to Kerberos authentication for the LDAP authorization connection to the Active Directory server.
                  Potential Cause and Solution: The Kerberos credential used to make the LDAP connection to the Active Directory server has expired and has not or could not be renewed. Confirm that the cron job to acquire the credential for the proxy/service user is correct. Confirm that the key table containing the stored key for the proxy/service user is correct. Attempt to manually acquire a credential for the proxy/service user using this command (where /etc/proxy.keytab is the key table containing the key for the proxy user and proxy/service is the name of the proxy user):
                  /usr/bin/kinit -k -t /etc/proxy.keytab proxy/service
                  (Only applicable to 2B open source solutions)


                  So did someone update the domain account used in FreeNAS with a new password?

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @DustinB3403
                    last edited by

                    @DustinB3403 said in FreeNAS Domain Failure on AD:

                    @DustinB3403 said in FreeNAS Domain Failure on AD:

                    From Microsoft


                    Clients’ credentials have been revoked while getting initial credentials
                    Application/Function: kinit
                    Potential Causes and Solution: Can indicate that the user's account is locked or expired (account expired, not password expired).
                    UNIX System Log File (syslog) Error Messages
                    CROND[11772]: GSSAPI Error: The context has expired (No error)
                    Application/Function: Message appearing in syslog related to Kerberos authentication for the LDAP authorization connection to the Active Directory server.
                    Potential Cause and Solution: The Kerberos credential used to make the LDAP connection to the Active Directory server has expired and has not or could not be renewed. Confirm that the cron job to acquire the credential for the proxy/service user is correct. Confirm that the key table containing the stored key for the proxy/service user is correct. Attempt to manually acquire a credential for the proxy/service user using this command (where /etc/proxy.keytab is the key table containing the key for the proxy user and proxy/service is the name of the proxy user):
                    /usr/bin/kinit -k -t /etc/proxy.keytab proxy/service
                    (Only applicable to 2B open source solutions)


                    So did someone update the domain account used in FreeNAS with a new password?

                    Seems unlikely since it was just joined in the middle of testing. How could that be? That would have made sense for the initial problem. But not now, right?

                    DustinB3403D 1 Reply Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403 @scottalanmiller
                      last edited by DustinB3403

                      @scottalanmiller While you can join a system to a domain using any domain admin credentials, but within freeNAS you have a field for set credentials to use for domain functions.

                      Can you confirm those credentials? Domain Account Name and Domain Account Password

                      https://doc.freenas.org/9.3/freenas_directoryservice.html

                      Edit: of course, I assume the join and removal is all taking place from within FreeNAS.... so ignore me....

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Interesting, makes sense. Okay, checking on that.

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          It's the keytab user you are thinking of?

                          DustinB3403D 1 Reply Last reply Reply Quote 0
                          • DustinB3403D
                            DustinB3403 @scottalanmiller
                            last edited by

                            @scottalanmiller said in FreeNAS Domain Failure on AD:

                            It's the keytab user you are thinking of?

                            It's been a while, the domain username and password get stored in a few fields. I believe keytab is the record to check.

                            1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403
                              last edited by

                              @scottalanmiller any update?

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • momurdaM
                                momurda @scottalanmiller
                                last edited by

                                @scottalanmiller said in FreeNAS Domain Failure on AD:

                                Found this. Repeats a lot, but the first one seems to be from when the problem started:

                                [2017/02/09 15:15:44.578796,  0] ../source3/libsmb/cliconnect.c:1895(cli_session_setup_spnego_send)
                                  Kinit for [email protected] to access cifs/[email protected] failed: Clients credentials have been revoked
                                

                                So it was working, for how long? 30 days?
                                To me this sounds as if the computer pw between freenas and ad cant be updated.
                                Like the old one is still on freenas, even after removing/rejoining, the servers are unable to do an exchange

                                Throwing this out there:
                                How many IPs on this server? Did someone add a cname for this server in DNS?
                                Are you using port 389 or 636? Did someone change this?

                                1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @DustinB3403
                                  last edited by

                                  @DustinB3403 said in FreeNAS Domain Failure on AD:

                                  @scottalanmiller any update?

                                  Looks like it is fixed. Awaiting details.

                                  1 Reply Last reply Reply Quote 2
                                  • DustinB3403D
                                    DustinB3403
                                    last edited by

                                    @scottalanmiller any news yet?

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @DustinB3403
                                      last edited by

                                      @DustinB3403 said in FreeNAS Domain Failure on AD:

                                      @scottalanmiller any news yet?

                                      Nope

                                      1 Reply Last reply Reply Quote 0
                                      • 1
                                      • 2
                                      • 3
                                      • 3 / 3
                                      • First post
                                        Last post