s4:provision Make the --ol-slapd paramter take the full path to slapd
[ira/wip.git] / source4 / setup / provision-backend
index 5cf0f8bf6d95a46ea79e8b9d7f6e9e50435f4e53..fb7f56b8819b1c89d6d4626dee53a35aafb6009f 100755 (executable)
@@ -72,7 +72,7 @@ parser.add_option("--ol-olc", type="choice", metavar="OPENLDAP-OLC",
                help="To setup OpenLDAP-Backend with Online-Configuration [slapd.d] choose 'yes'.",
                choices=["yes", "no"])
 parser.add_option("--ol-slapd", type="string", metavar="SLAPD-PATH", 
-               help="Path to OpenLDAP-Daemon (slapd) [e.g.:'/usr/local/libexec']. Recommended for Setup with OpenLDAP-Backend. OpenLDAP Version >= 2.4.17 should be used.") 
+               help="Path to OpenLDAP-Daemon (slapd) [e.g.:'/usr/local/libexec/slapd']. Required for Setup with OpenLDAP-Backend. OpenLDAP Version >= 2.4.17 should be used.") 
 
 opts = parser.parse_args()[0]