jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
723 stars 245 forks source link

password expired, how to change password #480

Closed ma-yongliang closed 2 years ago

ma-yongliang commented 2 years ago

hi, when i create a new user, and login with this user, the next will be hint: Password expired. You must change it now. so, how to change the password?

jcmturner commented 2 years ago

The gokrb5 library does not store passwords, this would be the directory service (KDC), possibly your Active Directory. This message is coming from the directory and you need to change the password there.