Displaying 5 results from an estimated 5 matches for "mdufresne".
Did you mean:
dufresne
2016 Apr 21
2
Winbind idmap question
All DC are running same Samba version : 4.4.2. All DC are hosted on same
Centos 7.
On broken server(s):
wbinfo -i mdufresne
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user mdufresne
On working servers:
wbinfo -i mdufresne
AD.DOMAIN\mdufresne:*:12104:100:Mathias Dufresne
(TEMP):/home/AD.DGFIP/mdufresne:/bin/false
The smb.conf is:
---------------------------------------------------------...
2016 Aug 01
2
Centos 7 & ntlm
Hihi
So I have a really strange problem. I am running Centos 7 with Samba purely
for ntlm_auth against winbind services (squid/radius auth etc). Its been
working fine till we found a strange bug with the ntlm_auth executable.
If the username has a "w" at the end it throws out a syntax error
see below test:
# ./ntlm_auth --username=lblaauw
username must be specified!
Usage:
2016 Apr 21
0
Winbind idmap question
...rent UIDs for the same user. That's why we would prefer to
rely on uidNumber.
2016-04-21 12:40 GMT+02:00 mathias dufresne <infractory at gmail.com>:
> All DC are running same Samba version : 4.4.2. All DC are hosted on same
> Centos 7.
>
> On broken server(s):
> wbinfo -i mdufresne
> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
> Could not get info for user mdufresne
>
> On working servers:
> wbinfo -i mdufresne
> AD.DOMAIN\mdufresne:*:12104:100:Mathias Dufresne
> (TEMP):/home/AD.DGFIP/mdufresne:/bin/false
>
> The smb.conf is:
> ---------...
2016 Aug 02
0
Centos 7 & ntlm
That is strange!
We run Centos7 and 4.4.4.
# First test
dc209:~# ntlm_auth --username=mdufresne
Password:
NT_STATUS_OK: Success (0x0)
# sAMAccountName modification
dc209:~# ldbedit -H $sam samaccountname=mdufresne
# 0 adds 1 modifies 0 deletes
# Test with old sAMAccountName
dc209:~# ntlm_auth --username=mdufresne
Password:
NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
# Test with new...
2016 Apr 21
2
Winbind idmap question
Hi Jonathan,
Thank you for that, that solved the issue.
Unfortunately I get another issue: on one DC id <user> gives "no such user".
Adding domain (id ad.domain\\<user>) does not help.
Adding the whole domain (id ad.domain.tld\\<user>) does not help more.
I did checked PAM, NSS and Samba configurations, this server is using same
configurations as the two working DC.