Displaying 16 results from an estimated 16 matches for "wbc_err_not_implemented".
2014 Dec 23
1
samba 4 member server in WIn 2008 domain, wbinfo fails
...wbinfo -u (and any wbinfo command) fails
[root at penguin /]# wbinfo -u
Error looking up domain users
[root at penguin /]# wbinfo -t
checking the trust secret for domain -not available- via RPC
calls failed
failed to call wbcCheckTrustCredentials: WBC_ERR_NOT_IMPLEMENTED
Could not check secret
[root at penguin /]# wbinfo -g
failed to call wbcListGroups: WBC_ERR_NOT_IMPLEMENTED
Error looking up domain groups
[root at penguin /]#
The winbind logs show kerberos activity happening. I don't see any
obvious errors. I see...
2018 May 23
2
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
...t sid
cannot be mapped to the name. (Is this the cause of losing my name)
And I tried to fix the mapping by the following command but failed.
I have no name!@bd21:~$ wbinfo --set-uid-mapping=12369,S-1-5-
>> 21-2473489792-1370047036-1446391509-2369
>
> failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
>
> Could not create or modify uid to sid mapping
>
>
I also tried to delete winbindd_idmap.tdb and restart the computer but this
did not fix the uid-sid mapping.
And I also found that deleting a smb user whose username is identical to an
AD user will change AD user's sid (maybe lo...
2019 Jun 11
2
Sharing directory via Samba using AD credentials
...tart.c:697(gensec_start_mech)
? Failed to start GENSEC server mech gse_krb5: NT_STATUS_INTERNAL_ERROR
[2019/06/1015:05:22.103832, 10, pid=4335, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_winbind.c:105(check_winbind_security)
? check_winbind_security: wbcAuthenticateUserEx failed: WBC_ERR_NOT_IMPLEMENTED
[2019/06/1015:09:18.069675,? 3] ../source3/libads/ldap.c:618(ads_connect)
? Successfully contacted LDAP server 10.10.10.10
[2019/06/10 15:23:26.676743, 10, pid=4750, effective(0, 0), real(0, 0), class=auth] ../source3/auth/user_info.c:159(make_user_info)
? made a user_info for test_user (test_user)...
2018 Dec 14
0
Sample smb.conf for ADs authentication
...ll having a problem with
> wbinfo
>
> [root at server samba]# net ads testjoin
> Join is OK
>
>
>
> [root at server samba]# wbinfo --ping-dc
> *checking the NETLOGON for domain[-not available-] dc connection to ""
> failed*
> *failed to call wbcPingDc: WBC_ERR_NOT_IMPLEMENTED*
>
>
> Why is it that wbinfo cannot find the domain name ?
>
I do not known, I may be able to comment further if you answer my
questions:
Is your short domain name (aka workgroup) really the same as your dns
domain ?
Why are you using '0-499' for the '*' domain ?
T...
2019 Jan 04
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
...unt. Just not for new accounts.
Do you have any configuration suggestion?
Is there a way to have winbind not fail a login just because it
cannot map a SID to GID? Is there a way for me to force
a mapping for S-1-5-21-8915387-943144406-1916815836-513?
I tried wbinfo --set-gid-mapping but just got WBC_ERR_NOT_IMPLEMENTED
I guess for now I will continue to run Samba 4.7.x as long as I can still get
it to run
2018 Dec 14
0
Sample smb.conf for ADs authentication
...teps in the wiki but I seem to
> have an issue with winbind :
>
> wbinfo --ping-dc
>
> is failing with:
>
> [root at tungsten-2 samba]# wbinfo --ping-dc
> checking the NETLOGON for domain[-not available-] dc connection to ""
> failed failed to call wbcPingDc: WBC_ERR_NOT_IMPLEMENTED
>
>
>
> Why is that all wrong since I was able to join the domain ?
> How to fix that ?
>
> Also, just to confirm, do I need to touch sssd at all ? Should it be
> running, with any specific config ?
Well, in my opinion, 'yum remove sssd' would be a very good ide...
2016 Dec 19
1
wbinfo -u does not listed trusted users, wbinfo -n works, idmap not working
...Samba 3.6.25 member server I tried
the following command
wbinfo –set-uid-mapping=35049,S-1-5-21-xx-xx-xxx-xxx
this should have created a mapping entry consistent with the one on the
domain controller for a trusted user
But I got the following error
failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
As far as I can tell from network captures and looking at logs on the
PDC, any "wbinfo" commands on the member servers only query the PDC for
their own domain, even if they are querying info on users from a trusted
domain.
wbinfo -a (--authenticate) does work from member servers...
2018 May 23
0
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
...this the cause of
> losing my name)
>
> And I tried to fix the mapping by the following command but failed.
>
> I have no name!@bd21:~$ wbinfo --set-uid-mapping=12369,S-1-5-
> >> 21-2473489792-1370047036-1446391509-2369
> >
> > failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
> >
> > Could not create or modify uid to sid mapping
> >
> >
> I also tried to delete winbindd_idmap.tdb and restart the computer
> but this did not fix the uid-sid mapping.
>
> And I also found that deleting a smb user whose username is identical
> to an AD...
2018 Dec 13
7
Sample smb.conf for ADs authentication
Hello,
I am trying to configure samba on a Centos 7.5 linux server ( Samba 4.8.3
) to share files stored on that server to a set of windows PCs running win7
and win10.
Some facts:
- the linux server is NOT the domain controller but it successfully
joined the domain ( realm join ...).
- we have a few linux servers on which we will want to configure samba in a
similar way to share files.
- the
2019 Jan 04
0
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
...a
standalone pulling your info from your ldap server.
> Is there a way to have winbind not fail a login just because it
> cannot map a SID to GID? Is there a way for me to force
> a mapping for S-1-5-21-8915387-943144406-1916815836-513?
> I tried wbinfo --set-gid-mapping but just got WBC_ERR_NOT_IMPLEMENTED
This isn't implemented for 'ADS' because it isn't required, you
normally just give Domain Users a gidNumber.
>
> I guess for now I will continue to run Samba 4.7.x as long as I can
> still get it to run
4.7.x is still supported by Samba and will be until 4.10.0 comes ou...
2019 Jun 11
0
Sharing directory via Samba using AD credentials
..._start_mech)
> ? Failed to start GENSEC server mech gse_krb5: NT_STATUS_INTERNAL_ERROR
> [2019/06/1015:05:22.103832, 10, pid=4335, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_winbind.c:105(check_winbind_security)
> ? check_winbind_security: wbcAuthenticateUserEx failed: WBC_ERR_NOT_IMPLEMENTED
> [2019/06/1015:09:18.069675,? 3] ../source3/libads/ldap.c:618(ads_connect)
> ? Successfully contacted LDAP server 10.10.10.10
> [2019/06/10 15:23:26.676743, 10, pid=4750, effective(0, 0), real(0, 0), class=auth] ../source3/auth/user_info.c:159(make_user_info)
> ? made a user_info for...
2018 May 24
1
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
...name)
> >
> > And I tried to fix the mapping by the following command but failed.
> >
> > I have no name!@bd21:~$ wbinfo --set-uid-mapping=12369,S-1-5-
> > >> 21-2473489792-1370047036-1446391509-2369
> > >
> > > failed to call wbcSetUidMapping: WBC_ERR_NOT_IMPLEMENTED
> > >
> > > Could not create or modify uid to sid mapping
> > >
> > >
> > I also tried to delete winbindd_idmap.tdb and restart the computer
> > but this did not fix the uid-sid mapping.
> >
> > And I also found that deleting a smb user wh...
2019 Jun 11
1
Sharing directory via Samba using AD credentials
...> > ? Failed to start GENSEC server mech gse_krb5: NT_STATUS_INTERNAL_ERROR
> > [2019/06/1015:05:22.103832, 10, pid=4335, effective(0, 0), real(0, 0), class=auth] ../source3/auth/auth_winbind.c:105(check_winbind_security)
> > ? check_winbind_security: wbcAuthenticateUserEx failed: WBC_ERR_NOT_IMPLEMENTED
> > [2019/06/1015:09:18.069675,? 3] ../source3/libads/ldap.c:618(ads_connect)
> > ? Successfully contacted LDAP server 10.10.10.10
> > [2019/06/10 15:23:26.676743, 10, pid=4750, effective(0, 0), real(0, 0), class=auth] ../source3/auth/user_info.c:159(make_user_info)
> > ? ma...
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
2019 Jan 08
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
...ng your info from your ldap server.
>
>> Is there a way to have winbind not fail a login just because it
>> cannot map a SID to GID? Is there a way for me to force
>> a mapping for S-1-5-21-8915387-943144406-1916815836-513?
>> I tried wbinfo --set-gid-mapping but just got WBC_ERR_NOT_IMPLEMENTED
>
> This isn't implemented for 'ADS' because it isn't required, you
> normally just give Domain Users a gidNumber.
>
>>
>> I guess for now I will continue to run Samba 4.7.x as long as I can
>> still get it to run
>
> 4.7.x is still supported by S...
2019 Jan 03
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
TLDR: after upgrading our CentOS 7.5 servers using Samba 4.7.x with
security = ads and no winbind to CentOS 7.6 with Samba 4.8.x with security =
ads + winbind all users accounts created in the last few years can no longer
login.
Explaining this requires a fairly long back story
Our corporate is primarily a Windows shop while our own research department
primarly uses Linux. For over a decade