Skip to content

Commit

Permalink
- User specific LDAP configuration moved here from ldap-client,
Browse files Browse the repository at this point in the history
  shown as "LDAP Administration Settings" dialog (fate#313143)
- fixed Password Policy handling 
- 2.22.3


svn path=/trunk/users/; revision=67689
  • Loading branch information
jsuchome committed Mar 22, 2012
1 parent 9d7ea2b commit 5dd1730
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.22.2
2.22.3
8 changes: 8 additions & 0 deletions package/yast2-users.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 22 11:18:07 CET 2012 - jsuchome@suse.cz

- User specific LDAP configuration moved here from ldap-client,
shown as "LDAP Administration Settings" dialog (fate#313143)
- fixed Password Policy handling
- 2.22.3

-------------------------------------------------------------------
Tue Jan 31 15:50:13 CET 2012 - jsuchome@suse.cz

Expand Down
5 changes: 3 additions & 2 deletions src/ldap_dialogs.ycp
Expand Up @@ -30,6 +30,7 @@

import "Label";
import "Ldap";
import "LdapPopup";
import "Popup";
import "Users";
import "Wizard";
Expand Down Expand Up @@ -472,6 +473,8 @@ define boolean LdapAdministrationDialog () {
}
}

read_ppolicies ();

string help_text = // help text caption
_("<p><b>Home Directories</b></p>") +

Expand Down Expand Up @@ -519,8 +522,6 @@ have changed your configuration.</p>
`VSpacing(0.4)
);

read_ppolicies ();

Wizard::CreateDialog ();
// dialog title
Wizard::SetContentsButtons (_("LDAP Administration Settings"), contents,
Expand Down

0 comments on commit 5dd1730

Please sign in to comment.