summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/template-ns-accountstatus.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* openldap ldapsearch returns empty line at end of LDIF outputRich Megginson2010-08-311-1/+1
| | | | | | The script was looking for 1 and only 1 line returned by the ldapsearch to see if the given entry is a role. openldap ldapsearch returns an empty line as the last line. So just change the check to look for 1 or more lines.
* openldap ldapsearch uses -LLL to suppress # version: NRich Megginson2010-08-311-1/+1
| | | | | mozldap uses -1 but openldap uses -LLL to suppress printing the in ldapsearch output - add a flag for this
* Add -x option to ldap tools when using openldapRich Megginson2010-08-311-3/+3
| | | | | | | | | | We have many scripts that use ldapsearch, ldapmodify, etc. All of these currently use simple auth. When using the openldap versions of these scripts, we have to pass the -x argument to use simple auth. A new configure parameter ldaptool_opts is used to pass this down into the scripts. Reviewed by: nkinder (Thanks!) Platforms tested: Fedora 14 (rawhide)
* Resolves: 170461Nathan Kinder2009-01-121-11/+9
| | | | Summary: Remove dependency on Term::ReadKey for password prompting in Perl scripts.
* Resolves: #210947Noriko Hosoi2006-11-021-3/+3
| | | | | Summary: Processed: parameterizing the hardcoded paths (phase 3. installed binaries, change log, setup) Comment #29
* Resolves: #212098Noriko Hosoi2006-10-251-0/+846
Summary: Use autoconf to generate task perl script templates Changes: 1) added template files to AC_CONFIG_FILES list 2) added db_bindir and ldapsdk_bindir to pass their tools path to the template files. The paths are hardcoded for now.