- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Force change password SSL VPN users
Hello,
Theres any way to force SSL VPN users to change their password?
I found this cookbook: http://cookbook.fortinet.com/ssl-vpn-users-passwords-expire-54/ but its to force change the password every x days...I want to force the change on initial login...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you ever considered throwing a FortiAuthenticator in line? You can get creative with the RADIUS server function etc when you do this.
Mike Pruett
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use Windows AD as LDAP server , it also support.
## it need go over LDAPS for Windows AD
Config user ldap/edit xxx
set secure ldaps
set password-renewal enable
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks confirmed this worked for me.
See screenshot :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jeff_FTNT wrote:Does LDAPS require installing Certificate Services on the domain controller and importing the certificate into the FortiGate? We have other devices using LDAPS and certificates were not required.Use Windows AD as LDAP server , it also support.
## it need go over LDAPS for Windows AD
Config user ldap/edit xxx
set secure ldaps
set password-renewal enable
end
