Displaying 3 results from an estimated 3 matches for "domainmyusernam".
Did you mean:
domainmyusername
2017 Oct 31
2
kerberos + winbind + AD authentication for samba 4 domain member
...more
precise: it works if I specify explicitly username
kinit myusername
or
kinit mysusername at MY.DOMAIN.COM
It works as expected (asks for password and grants ticket)
otherwise plain "kinit" uses by default posix username, which in this
case is DOMAIN\myusername, so it looks for:
DOMAINmyusername at MY.DOMAIN.COM and fails with no principle found in
database (and rightly so), because obviously it should use
myusername at MY.DOMAIN.COM.
I know it's not strictly samba related, and I could simply change
winbind use default domain = yes
as a workaround, this way everything works as expe...
2017 Oct 31
0
kerberos + winbind + AD authentication for samba 4 domain member
...xplicitly username
> kinit myusername
> or
> kinit mysusername at MY.DOMAIN.COM
> It works as expected (asks for password and grants ticket)
>
> otherwise plain "kinit" uses by default posix username, which in
> this case is DOMAIN\myusername, so it looks for:
> DOMAINmyusername at MY.DOMAIN.COM and fails with no principle found in
> database (and rightly so), because obviously it should use
> myusername at MY.DOMAIN.COM.
>
> I know it's not strictly samba related, and I could simply change
> winbind use default domain = yes
> as a workaround, thi...
2017 Nov 01
5
kerberos + winbind + AD authentication for samba 4 domain member
...it myusername
>> or
>> kinitmysusername at MY.DOMAIN.COM
>> It works as expected (asks for password and grants ticket)
>>
>> otherwise plain "kinit" uses by default posix username, which in
>> this case is DOMAIN\myusername, so it looks for:
>> DOMAINmyusername at MY.DOMAIN.COM and fails with no principle found in
>> database (and rightly so), because obviously it should use
>> myusername at MY.DOMAIN.COM.
>>
>> I know it's not strictly samba related, and I could simply change
>> winbind use default domain = yes
>>...