Displaying 5 results from an estimated 5 matches for "wbcallocateuid".
2016 Dec 22
1
Samba4 problem with Wndows Domain Trust
...B.
"wbinfo -i DOMAIN_B+someuser" does not work. It only works for users of Domain_A.
For User of Domain_B, it says:
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user Domain_B+someuser
"wbinfo --allocate-uid" doesn´t work. It says:
failed to call wbcAllocateUid: WBC_ERR_DOMAIN_NOT_FOUND
Could not allocate a uid
Yes, I also tried ad backend for domain_B with the setting:
idmap config Domain_B: range = 4000-4999
Same results as with backend tdb.
I also tried "winbind rpc only = Yes", but it made no change.
With hope on further hints, Kind Regar...
2012 Apr 10
0
idmap config range problem
...OM"
wbinfo --allocate-uid works
net rpc user add works too
- when I set
idmap config DOM : range = 1000 - 2000
idmap config DOM : backend = tdb
I get tons of log messages saying
"idmap range not specified for domain *"
wbinfo --allocate-uid: "failed to call wbcAllocateUid: WBC_ERR_DOMAIN_NOT_FOUND"
- when I set
idmap config * : range = 12000 - 20000
idmap config DOM : range = 90000 - 99999
idmap config DOM : backend = tdb
log message: nothing
wbinfo --allocate-uid: "failed to call wbcAllocateUid:
WBC_ERR_DOMAIN_NOT_FOUND Could not allocate a u...
2016 Dec 13
2
wbinfo -u does not listed trusted users, wbinfo -n works
Running a mix of samba versions (3.6.25 and 4.5.1) in two domains- one
"classic" (with samba domain controllers) and one AD (with windows
domain controllers.) The eventual goal is to drop the classic domain
in favor of the AD domain. Also trying to move from samba 3.x to 4.x
since Samba 3 is EOL'd.
the "wbinfo -u" command will list users in the servers domain
2016 Dec 19
1
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
...# /usr/local/samba/bin/wbinfo -i "TRUSTEDUSER\someuser"
> failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
> Could not get info for user TRUSTEDUSER\someuser
> #
>
>
> # /usr/local/samba/bin/wbinfo --allocate-uid
>
> failed to call wbcAllocateUid: WBC_ERR_DOMAIN_NOT_FOUND
> Could not allocate a uid
> #
>
>
>
> I could never get idmapping for trusted domains working on member
> servers with samba 3.6.x either.
>
>
> It seems that wbinfo just doesn't like trusted domains.
>
>
> I am presumi...
2016 Dec 14
0
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
...1-5-21-xxx-xxx-xxx-xxx SID_USER (1)
# /usr/local/samba/bin/wbinfo -i "TRUSTEDUSER\someuser"
failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for user TRUSTEDUSER\someuser
#
# /usr/local/samba/bin/wbinfo --allocate-uid
failed to call wbcAllocateUid: WBC_ERR_DOMAIN_NOT_FOUND
Could not allocate a uid
#
I could never get idmapping for trusted domains working on member
servers with samba 3.6.x either.
It seems that wbinfo just doesn't like trusted domains.
I am presuming that I can only use idmap ad backend for my "ow...