search for: simplebind

Displaying 4 results from an estimated 4 matches for "simplebind".

Did you mean: simple_bind
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
...w.pingcastle.com/download) from Windows to Linux. The program being written in c#, I've no other solution than calling native libraries. (the mono framework is missing critical components) It uses SMB / LDAP / RPC calls to collect its information. Here is the current state: LDAP: openldap with simplebind (no benefit yet of winbind) => OK RPC: smbclient for finding a DC, work in progress to resolve SID (found in security descriptors) => WIP SMB: not tested yet => WIP Right now, I'm stuck at resolving SID and I'm looking for a practical solution. br Vincent Le lun. 12 oct. 2020 ?...
2020 Oct 12
0
Lookup sid with libsmbclient (invoked from c# on mono)
...dows to Linux. > The program being written in c#, I've no other solution than calling > native libraries. > (the mono framework is missing critical components) > > It uses SMB / LDAP / RPC calls to collect its information. > Here is the current state: > LDAP: openldap with simplebind (no benefit yet of winbind) => OK > RPC: smbclient for finding a DC, work in progress to resolve SID > (found in security descriptors) => WIP > SMB: not tested yet => WIP > > Right now, I'm stuck at resolving SID and I'm looking for a practical > solution. >...
2005 Jun 06
1
Samba as a PDC with LDAP and Kerberos
...os backend with samba. Thanks in advance. FM Wrote: >Hello, >My setup : >Windows stations >SAMBA3+OPENLDAP 2.2.x +KERBEROS (MIT) > >All users (posix and ldap) are in Openldap. >All my ldap password are : {SASL}USER at REALM >I use saslauthd so I can connect to ldap using simplebind with password >in KERBEROS >this password CANNOT be changed (denied by the slapd.access.conf file) > >Samba cannot use MIt kerberos for the password so my little trick : >I create a perl scrip using Authen::Krb5::Admin that use un keytab for >authentifiaction :krb5_update_pwd.pl &...
2020 Oct 12
3
Lookup sid with libsmbclient (invoked from c# on mono)
Thanks Aur?lien Can you point to me how I can start LDAP connection using winbind ? I'm using ldap_simple_bind so far so there is no use of winbind in it. I'll be happy also if you can point me to the winbind API where you can input login / password br Vincent Le lun. 12 oct. 2020 ? 11:37, Aur?lien Aptel <aaptel at suse.com> a ?crit : > Hi Vincent, > > If you want to