Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.2
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
HD-Chapter:Security
-
HD-Enabler:AuthZForce
Description
Hi,
Following the Installation and Administration Guide of Access Control, in the User Directory Setup, step 2, https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Access_Control_-_Installation_and_Administration_Guide#User_Directory_Setup there is a command that we were not able to execute:
ldapmodify --defaultAdd --port 389 --bindDN "cn=Directory Manager" --filename add-branches.ldif
To proceed, we had to use the following one:
ldapmodify -a -p 389 -h localhost -D "cn=Directory Manager" -f add-branches.ldif -W
This also happened in other sections of the guide.
Regards,
Alberto Martín
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
Activity
- All
- Comments
- History
- Activity
- Transitions
Fixed documentation for next release. To avoid confusion, all 'ldapmodify' commands in the next release guide have been modified to work with the 'ldapmodify' tool from 'ldap-utils' package (Ubuntu), which is on the user's PATH by default. So all the commands will look like the one you proposed in this bug description:
$ ldapmodify -a -p 389 -h localhost -D "cn=Directory Manager" -f add-branches.ldif -W
So you will be told to install 'ldap-utils' package. Last but not least, it will be clearly stated: "this is not the 'ldapmodify' tool shipped with OpenDJ that is used in the sample commands, but that you could use the one from OpenDJ if you wish, provided you adapt the parameters. "