Cannot change passwd
Dear all,
the user "abc" wants to change her password but failed with the error msg shown below:
$ passwd abc
Enter existing login password:
This password differs from your secure RPC password.
Please enter your old Secure RPC password:
New Password:
Re-enter new Password:
Permission denied
We are using NIS+ server for authentication. Do yu know what the problem is?
Regards,
Joe
[477 byte] By [
UnixAdmin] at [2007-11-25 22:59:11]

# 1
try$ passwd -r nisplus abcif this doesnt work, give some more info like solaris version, what KJP you have installed etc etc. any messages in /var/adm/messages when you try this etc.etc.
# 2
let me repeat my question in this way: I have the dn of a user in Sun One Directory Server and I put it under a group, says "manager". What is for suggestion that I can use the dn of the user only to retrieve the group ("manager" in this case) to which the user belongs?
Regards,
Joe
# 5
The Problem is solved now! Its caused by different local password encryption policy configured in /etc/security/policy.conf . JASS modifies the local password policy settings in finish script "set-flexible-crypt.fin" against specific driver (e.g. server-secure.driver) In all cases local encryption algorithmus is defined to "BSD/Linux md5" (1). Changing CRYPT_DEFAULT option (in case of NIS to UNIX crypt) solves encryption incompatibility.
I propose to set local default encryption policy like used passwordStorageScheme attribute value to run "passwd -r ldap" properly.
Torsten