search for: hldap

Displaying 12 results from an estimated 12 matches for "hldap".

Did you mean: ldap
2018 Oct 26
2
classicupgrade
On Fri, 26 Oct 2018 16:47:52 +0200 Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > thank you for your comprehension > > Il 26/10/2018 16:40, Rowland Penny via samba ha scritto: > > OK, two further ldbsearches: > > > > ldbsearch -Hldap://$(hostname -s) -k yes -P > > '(&(samaccountname=*)(uidNumber=*))' uidNumber | grep uidNumber | > > awk '{print $NF}' > 1289 > 1690 > 673 > 1613 > 1527 > 1661 > 1542 > 822 > 1280 > 647 > 596 > 1699 > 650 > 1766 > 592 &gt...
2018 Oct 26
2
classicupgrade
On Fri, 26 Oct 2018 16:23:32 +0200 Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > > > Il 26/10/2018 15:59, Rowland Penny via samba ha scritto: > > Did you test the upgrade process in a separate network ? > yes i have installed 2 new vm with centos 7 from dvd > > Did you carry out the upgrade on the original PDC or on a new > > computer ? >
2018 Oct 26
5
classicupgrade
Il 26/10/2018 13:45, Rowland Penny via samba ha scritto: > ldbsearch -Hldap://$(hostname -s) -k yes -P '(&(samaccountname=Domain > Users)(gidNumber=*))' gidNumber | grep gidNumber | awk '{print $NF}' sorry but nothing happen [root at dc1 ~]# ldbsearch -H ldap://$(hostname -s) -k yes -P '(&(samaccountname=Domain Users)(gidNumber=*))' g...
2018 Oct 26
2
classicupgrade
...Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 26 Oct 2018 13:50:44 +0200 > Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > > > > > > > Il 26/10/2018 13:45, Rowland Penny via samba ha scritto: > > > ldbsearch -Hldap://$(hostname -s) -k yes -P > > > '(&(samaccountname=Domain Users)(gidNumber=*))' gidNumber | grep > > > gidNumber | awk '{print $NF}' > > > > sorry but nothing happen > > > > [root at dc1 ~]# ldbsearch -H ldap://$(hostname -s) -k yes...
2015 May 02
2
LDAPS Configuration
Hi, I'm trying to convert my LDAP server into a LDAPS server to secure the users logins, but I don't know what's the procedure to do it. Someone knows any guide to do it? For now: - I've created a CA cert on the server - I've created the cert and key for the domain pdc - I've signed that cert with CA cert. - I've followed the post in samba wiki about
2018 Oct 26
0
classicupgrade
thank you for your comprehension Il 26/10/2018 16:40, Rowland Penny via samba ha scritto: > OK, two further ldbsearches: > > ldbsearch -Hldap://$(hostname -s) -k yes -P > '(&(samaccountname=*)(uidNumber=*))' uidNumber | grep uidNumber | awk > '{print $NF}' 1289 1690 673 1613 1527 1661 1542 822 1280 647 596 1699 650 1766 592 1674 629 1127 1065 966 & more,more,more,more :-) > > ldbsearch -Hldap://$(hos...
2015 Jun 16
0
LDAPS Configuration
....0:* LISTEN and i don't see any error in the log, but i can't use the TLS connection in applications like for example Horde. RSAT LDP works fine without TLS too, but with TLS give me an error trying to connect: ld = ldap_sslinit("pdc.nd.red", 636, 1); Error 81 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3); Error 81 = ldap_connect(hLdap, NULL); Server error: <empty> Error <0x51>: Fail to connect to pdc.nd.red. and the openSSL test command of the wiki works too from another server: openssl s_client -showcerts -connect pdc.nd.red:636 CONNECTED(00000003) dept...
2018 Oct 26
2
classicupgrade
> It looks like Domain Users does not have a gidNumber attribute, '100' > is the default ID set by Samba in idmap.ldb on a DC. can i change this id or is better if i change id in my userers/folders ?? > How did you carry out the classicupgrade and what from ? like wiki.samba.org suggest in classicupgrade and i used samba 4.9.1 compiled from source -- *Corrado Ravinetto *
2018 Oct 26
0
classicupgrade
...com/DC=ForestDnsZones,DC=lxcerruti,DC=com > > # returned 3 records > # 0 entries > # 3 referrals > > > Il 26/10/2018 13:50, Corrado Ravinetto via samba ha scritto: > > > > > > Il 26/10/2018 13:45, Rowland Penny via samba ha scritto: > >> ldbsearch -Hldap://$(hostname  -s) -k yes -P > '(&(samaccountname=Domain > >> Users)(gidNumber=*))' gidNumber | grep gidNumber | awk > '{print $NF}' > > > > sorry but nothing happen > > > > [root at dc1 ~]# ldbsearch -H ldap://$(hostname -s) -k yes -P &g...
2018 Oct 26
2
classicupgrade
On Fri, 26 Oct 2018 17:38:55 +0200 Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > > > Il 26/10/2018 17:18, Rowland Penny via samba ha scritto: > > gidNumber: 513 > [root at dc1 ~]# ldbsearch -Hldap://$(hostname  -s) -k yes -P > '(&(samaccountname=Domain Users)(gidNumber=*))' gidNumber | grep > gidNumber | awk '{print $NF}' > 513 > > gid number is ok > but on member with testparm >         idmap config lxcerruti : unix_nss_info = yes >         i...
2018 Oct 26
2
classicupgrade
On Fri, 26 Oct 2018 14:25:52 +0200 Corrado Ravinetto via samba <samba at lists.samba.org> wrote: > > > Il 26/10/2018 14:03, Rowland Penny via samba ha scritto: > > ldbsearch -Hldap://$(hostname -s) -k yes -P > > '(&(samaccountname=Domain Users)(gidNumber=*))' gidNumber | grep > > gidNumber | awk '{print $NF}' > > [root at dc1 ~]# wbinfo --group-info='domain users' > LXCERRUTI\domain users:x:100: > [root at dc1 ~]# ldbsearc...
2014 Sep 12
1
Group Policy failures related to machine password replication
We are using Samba-4.1.11. I can run gpupdate /force without error on my machine. H:\>type \\dc01.mediture.dom\SysVol\mediture.dom\Policies\{77F82F0F-AE2B-42F3-B173-D42F4BEEC0BA}\gpt.ini [General] Version=65551 displayName=New Group Policy Object H:\>type \\dc02.mediture.dom\SysVol\mediture.dom\Policies\{77F82F0F-AE2B-42F3-B173-D42F4BEEC0BA}\gpt.ini [General] Version=65551 displayName=New