[Ovirt-devel] [PATCH] Fixed the prefix for Account to match FreeIPA.

Darryl L. Pierce dpierce at redhat.com
Tue May 20 19:21:04 UTC 2008


---
 wui/src/app/models/account.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wui/src/app/models/account.rb b/wui/src/app/models/account.rb
index e3a1a54..59bb160 100644
--- a/wui/src/app/models/account.rb
+++ b/wui/src/app/models/account.rb
@@ -20,7 +20,7 @@
 # +Account+ represents a single user's account from the LDAP server.
 #
 class Account < ActiveLdap::Base
-  ldap_mapping :dn_attribute => 'cn', :prefix => 'ou=Users', :scope => :one
+  ldap_mapping :dn_attribute => 'cn', :prefix => 'cn=users,cn=account', :scope => :one
 
   @@users = nil
 
-- 
1.5.4.1




More information about the ovirt-devel mailing list