ORA-28274: No ORACLE password attribute corresponding to user nickname exists
OID version: 11.1.1.7.0
$sqlplus
SQL*Plus: Release 11.2.0.4.0 Production on Thu May 14 20:17:28 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Enter user-name: user1
Enter password:
ERROR:
ORA-28274: No ORACLE password attribute corresponding to user nickname exists.
The password filter is setup by using the orapwdcn.ddl and extendAD is executed as per doc below (steps2 and 3). The orclCommonAttribute is verified for hash password value.
http://docs.oracle.com/cd/E28280_01/admin.1111/e10046/adv_integrate.htm#CACCFHIJ
What are the other components to be verified to resolve this issue? We are using EUS Active Directory authentication.