search for: short_ldap_dn

Displaying 2 results from an estimated 2 matches for "short_ldap_dn".

2009 Jul 02
2
How to install ovirt in working environment?
...39;station.example.ru' $cobbler_user_name = 'cobbler' $cobbler_user_password = 'cobbler' # Postgres Configuration $db_username = 'ovirt' $db_password = 'ovirtadmin' # FreeIPA configuration $realm_name = 'example.ru' $freeipa_password = 'secret' $short_ldap_dn = 'dc=example,dc=ru' $ldap_dn = 'cn=ipaConfig,cn=etc,dc=example,dc=ru' include cobbler::remote include postgres::bundled include freeipa::bundled include ovirt::setup I ran it with ace -d -v install ovirt | tee ovirt-inst-log And stopped it when it was going to run Puppet::Type...
2009 May 15
1
[PATCH server] add server-side groundwork for remote freeipa server
...@@ $db_username = '<%= db_username %>' $db_password = '<%= db_password %>' # FreeIPA configuration -$realm_name = '<%= realm_name %>' +$realm_name = '<%= realm_name.upcase %>' $freeipa_password = '<%= freeipa_password %>' $short_ldap_dn = '<%= ldap_dn %>' $ldap_dn = 'cn=ipaConfig,cn=etc,<%= ldap_dn %>' @@ -328,7 +334,11 @@ firewall_rule{"nat-postrouting": table => "nat", chain => "POSTROUTING", out_int <% end %> include postgres::bundled include freeipa::com...