search for: ads_pull_str

Displaying 7 results from an estimated 7 matches for "ads_pull_str".

Did you mean: ads_pull_sid
2020 Jun 16
4
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
...really most frustrated by, but it comes down to: - number of LDAP ASN.1 parsers and in particular - number of incompatible stacks (structures and helpers) above those parsers For example, these functions all do the same concept: - smbldap_get_single_attribute - tldap_talloc_single_attribute - ads_pull_string - ldb_msg_find_attr_as_string We likewise have the client-side handling for paged searches in: - ldb (paged_searches module) - libads/ldap.c - lib/smbldap.c - tldap Of the two, I (perhaps strangely) actually care most about the upper 'helper' layer, because it is in this that we e...
2004 Aug 31
4
winbind problem (?) on samba 3 ADS
Hi, I have installed samba 3.0.6 based on the "Official HOWTO" to join out Active Directory environment, with winbind and pam support. I have join the samba to the domain using "net ads join -Umyloginame". I can do the "wbinfo -g", "getent passwd" and "getent group" correctly. I also can list shares on other machine, using kerberos: # kinit
2020 Jun 17
0
deprecate pdb_ldap and "NT4-like" domains in Samba 4.13 to allow removal for Samba 4.14 in March 2021?
...to: > - number of LDAP ASN.1 parsers > and in particular > - number of incompatible stacks (structures and helpers) above those > parsers > > For example, these functions all do the same concept: > - smbldap_get_single_attribute > - tldap_talloc_single_attribute > - ads_pull_string > - ldb_msg_find_attr_as_string > > We likewise have the client-side handling for paged searches in: > - ldb (paged_searches module) > - libads/ldap.c > - lib/smbldap.c > - tldap > > Of the two, I (perhaps strangely) actually care most about the upper > '...
2007 Jul 28
1
Error while contacting ADS from Samba server
...ving error as LDAP_NO_RESULTS_RETURNED. We have varified the code also, in the code also its giving three possibilities to raise that error message, I am pasting the portion of code here, File name: libads/ldap.c Function name: ads_server_info Code snippet within this function: value = ads_pull_string(ads, ctx, res, "ldapServiceName"); if (!value) { ads_msgfree(ads, res); talloc_destroy(ctx); return ADS_ERROR(LDAP_NO_RESULTS_RETURNED); } timestr = ads_pull_string(ads, ctx, res, "currentTime");...
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...ning: passing arg 2 of `libiconv' from incompatible pointer type tdb/tdbutil.c: In function `make_tdb_data': tdb/tdbutil.c:46: warning: assignment discards qualifiers from pointer target type libads/ldap.c: In function `ads_workgroup_name': libads/ldap.c:2103: warning: passing arg 5 of `ads_pull_strings' from incompatible pointer type libads/krb5_setpw.c: In function `do_krb5_kpasswd_request': libads/krb5_setpw.c:372: warning: passing arg 3 of `ngetpeername' from incompatible pointer type libads/krb5_setpw.c:374: warning: passing arg 3 of `ngetsockname' from incompatible pointe...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...ning: passing arg 2 of `libiconv' from incompatible pointer type tdb/tdbutil.c: In function `make_tdb_data': tdb/tdbutil.c:46: warning: assignment discards qualifiers from pointer target type libads/ldap.c: In function `ads_workgroup_name': libads/ldap.c:2103: warning: passing arg 5 of `ads_pull_strings' from incompatible pointer type libads/krb5_setpw.c: In function `do_krb5_kpasswd_request': libads/krb5_setpw.c:372: warning: passing arg 3 of `ngetpeername' from incompatible pointer type libads/krb5_setpw.c:374: warning: passing arg 3 of `ngetsockname' from incompatible pointe...