summaryrefslogtreecommitdiffstats
path: root/ldap_wizard
diff options
context:
space:
mode:
authorVicent Guardiola <vguardiola@mandriva.com>2004-08-31 05:34:01 +0000
committerVicent Guardiola <vguardiola@mandriva.com>2004-08-31 05:34:01 +0000
commit2db94fd4f464ff4497013cac665e35802a5021e6 (patch)
tree25ab7c8d87b78b710aaecdf39327129cb0e6bcc6 /ldap_wizard
parent3a483b2a80801c219f89a5090b1b22d1525dce64 (diff)
downloaddrakwizard-2db94fd4f464ff4497013cac665e35802a5021e6.tar
drakwizard-2db94fd4f464ff4497013cac665e35802a5021e6.tar.gz
drakwizard-2db94fd4f464ff4497013cac665e35802a5021e6.tar.bz2
drakwizard-2db94fd4f464ff4497013cac665e35802a5021e6.tar.xz
drakwizard-2db94fd4f464ff4497013cac665e35802a5021e6.zip
*** empty log message ***
Diffstat (limited to 'ldap_wizard')
-rw-r--r--ldap_wizard/Ldap.pm9
-rw-r--r--ldap_wizard/images/ldap.pngbin0 -> 5603 bytes
2 files changed, 5 insertions, 4 deletions
diff --git a/ldap_wizard/Ldap.pm b/ldap_wizard/Ldap.pm
index ba532f95..9d8eff23 100644
--- a/ldap_wizard/Ldap.pm
+++ b/ldap_wizard/Ldap.pm
@@ -7,7 +7,8 @@ package MDK::Wizard::Ldap;
use lib qw(/usr/lib/libDrakX);
use ugtk2 qw(:create);
use strict;
-use MDK::Wizard::ldapdef;
+#use MDK::Wizard::ldapdef;
+use ldapdef;
use common;
use standalone;
use MDK::Wizard::Varspaceval;
@@ -48,7 +49,8 @@ my $o = {
nom => '',
prenom => '',
},
- needed_rpm => [ 'openldap-server','openldap-client' ],
+ #needed_rpm => [ 'openldap-server','openldap-clients' ],
+ defaultimage => "$ENV{__WIZ_HOME__}ldap_wizard/images/ldap.png",
};
@@ -209,7 +211,7 @@ $o->{pages} = {
endadd => {
name => N("Successfully added User"),
data => [ { label => N("The wizard successfully added a user in LDAP") } ],
- no_back => 1,
+ no_back => 1,
end => 1,
next => 0,
},
@@ -223,7 +225,6 @@ $o->{pages} = {
{ label => N("Administrator LDAP:"), type => 'field', fixed_val => \$o->{var}{rootdn} },
{ label => N("Users Container:"), type => 'field', fixed_val => \$o->{var}{defou} },
],
- no_back => 1,
end => 1,
next => 0,
},
diff --git a/ldap_wizard/images/ldap.png b/ldap_wizard/images/ldap.png
new file mode 100644
index 00000000..613c8358
--- /dev/null
+++ b/ldap_wizard/images/ldap.png
Binary files differ