Solved! Go to Solution.
The document is now 404
I have a problem with integrating hp-ux 11.31 with latest samba4.9
on fedora 29
I run from hpux this command
cd /opt/ldapux/config ./setup
I follow the "guide" and all works fine but..at the moment of run extended schema
exit with this error
PFMERR 43: Can't extend LDAP-UX Configuration profile schema on the Directory Server
samba4.blu.priv = 192.168.0.48
with user CN=Administrator,CN=Users,DC=blu,DC=priv
Please check the /tmp/ldapux_schema.log file for errors.schema.log said
ldap_add: Already exists ldap_add: additional info: Entry CN=serviceauthenticationMethod,CN=Schema,CN=Configuration,DC=blu,DC=priv already exists adding new entry CN=serviceauthenticationMethod,CN=Schema,CN=Configuration,DC=blu,DC=priv ldapmodify: no attributes to change or add (entry DC=blu,DC=priv) modifying entry ldap_add: Invalid syntax ldap_add: additional info: 0000200B: objectclass_attrs: attribute 'mayContain' on entry 'CN=DUAConfigProfile,CN=Schema,CN=Configuration,DC=blu,DC=priv' contains at least one invalid value! adding new entry CN=DUAConfigProfile,CN=Schema,CN=Configuration,DC=blu,DC=priv modifying entry
server samba said
[2019/04/07 20:10:54.368845, 0] ../source4/dsdb/schema/schema_syntax.c:1431(_dsdb_syntax_OID_validate_numericoid) ber_write_OID_String() failed for 2.5.5.8 [2019/04/07 20:10:56.348827, 0] ../source4/dsdb/schema/schema_syntax.c:1277(_dsdb_syntax_OID_attr_ldb_to_drsuapi) Unable to find attribute followreferrals in the schema [2019/04/07 20:10:59.379196, 0] ../source4/dsdb/schema/schema_syntax.c:1277(_dsdb_syntax_OID_attr_ldb_to_drsuapi) Unable to find attribute automountMapName in the schema [2019/04/07 20:10:59.432561, 0] ../source4/dsdb/schema/schema_syntax.c:1277(_dsdb_syntax_OID_attr_ldb_to_drsuapi) Unable to find attribute automountKey in the schema
Any suggestion?Thanks