Broadcom LDAP Alternative to LDAP Command 'ldappasswd'
search cancel

Broadcom LDAP Alternative to LDAP Command 'ldappasswd'

book

Article ID: 54530

calendar_today

Updated On:

Products

Top Secret - LDAP LDAP SERVER FOR Z/OS

Issue/Introduction

Can 'ldappasswd' be used to replace a password with Broadcom LDAP?

Example:

ldappasswd -D cn=nnnnnnn -W -h xxx.xxx.xxx.xxx -p 389 -S tssacid=aaaaaaa

where:

nnnnnnn - is any administrator, it's the bind DN.
xxx.xxx.xxx.xxx - is the tcpip address
aaaaaaa - is the acid you want to change his password

Resolution

The LDAP command 'ldappasswd' is not supported at this time.

Alternative options:

  • Use the 'ldapmodify' command to change the password.
  • If you know the old password, use 'ldapbind' command by specifying the old/new password on the command.