Red Hat Bugzilla – Bug 1201524
[Docs][Admin][bugfix]Incorrect instruction for ovirt-engine-extension-aaa-ldap configuration
Last modified: 2015-08-18 06:38:53 EDT
Description of problem: Quoting doc directly: ----- Copy the LDAP configuration template file into the /etc/ovirt-engine directory. Template files are available for simple or advanced configuration. This example uses the simple configuration template. # cp -r /usr/share/ovirt-engine-extension-aaa-ldap/examples/simple /etc/ovirt-engine ----- So, to exactly mimic that example with the AD folder instead: [root@rhevm-remote ~]# cp -r /usr/share/ovirt-engine-extension-aaa-ldap/examples/ad /etc/ovirt-engine cp: overwrite `/etc/ovirt-engine/ad/aaa/profile1.properties'? It's already there, because the sample instruction copies the "simple" folder (and in my case the AD folder) *and* its contents into /etc/ovirt-engine, which you're saying won't work. Similar to your instruction, the original doc should actually be this (except with 'simple' instead of 'ad'): cp -r /usr/share/ovirt-engine-extension-aaa-ldap/examples/ad/. /etc/ovirt-engine
I think we fixed that. But please do suggest to users to use: /usr/share/doc/ovirt-engine-extension-aaa-ldap/README It will always be in better shape.