Displaying 5 results from an estimated 5 matches for "ca_chrono".
2016 May 11
2
Change Password after expired
I dont know LTB or what it exact is, but
Add in /etc/ldap/ldap.conf
TLS_REQCERT allow
Setup your own "rootCA" like this.
( if not done, apt-get install ca-certificates )
mkdir -p /usr/local/share/ca-certificates/chrono
mv /etc/ssl/ca_chrono-dom.lan.pem /usr/local/share/ca-certificates/chrono
update-ca-certificates
! MUST BE /usr/local/share/ca-certificates else its not picked up with the
update-ca-certificates command.
you should see:
update-ca-certificates
Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done.
Runnin...
2016 May 11
1
Change Password after expired
...t it exact is, but
>>
>> Add in /etc/ldap/ldap.conf
>> TLS_REQCERT allow
>>
>> Setup your own "rootCA" like this.
>> ( if not done, apt-get install ca-certificates )
>>
>> mkdir -p /usr/local/share/ca-certificates/chrono
>> mv /etc/ssl/ca_chrono-dom.lan.pem
>> /usr/local/share/ca-certificates/chrono
>> update-ca-certificates
>>
>> ! MUST BE /usr/local/share/ca-certificates else its not picked up
>> with the
>> update-ca-certificates command.
>>
>> you should see:
>> update-ca-certific...
2016 May 10
3
Change Password after expired
In some customer yes, but they are with LTSP (pxe boot) where another
use graphical interface, but would rather have a web interface to change
the password.
This tambpem would be used for windows stations off the field.
Em 10-05-2016 16:05, Rowland penny escreveu:
> Not even on the clients ??
2016 May 11
0
Change Password after expired
...écrit :
> I dont know LTB or what it exact is, but
>
> Add in /etc/ldap/ldap.conf
> TLS_REQCERT allow
>
> Setup your own "rootCA" like this.
> ( if not done, apt-get install ca-certificates )
>
> mkdir -p /usr/local/share/ca-certificates/chrono
> mv /etc/ssl/ca_chrono-dom.lan.pem /usr/local/share/ca-certificates/chrono
> update-ca-certificates
>
> ! MUST BE /usr/local/share/ca-certificates else its not picked up with the
> update-ca-certificates command.
>
> you should see:
> update-ca-certificates
> Updating certificates in /etc/ssl/cert...
2016 May 11
1
Change Password after expired
...only
[netlogon]
path = /var/lib/samba/sysvol/chrono-dom.lan/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
On the LAMP server with LTB Self Service Password and other web apps i
configure the ldap.conf with
TLS_CACERT /etc/ssl/ca_chrono-dom.lan.pem
TLS_REQCERT never
and the read mode bit for other
With openssl s_client -showcerts -connect dmz-pve-srv9.chrono-dom.lan:636
or openssl s_client -CAfile <path to the self signed CA> -showcerts
-connect dmz-pve-srv9.chrono-dom.lan:636
returns Verify return code: 18 (self signed...