I have a list of several thousand names that i pulled out of a ldap data base with ldapsearch on a solaris box.
I need to create a mailing list to send to all users that are a calendar owner.
...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21250553.html
Hi
I have a ldapsearch strings which finds the user accounts which are expired, but i dont know how to ouput the search results to a file and then i want to perform a cron job to delete those dn'...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21808619.html
I am trying to write a script that will go out to my Active Directory server and return the password for a list of users, so I can update the passwords into another system.
I am using ldapsearch...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21830437.html
I am working off of Suse and I am connecting to LDAP (Windows 2003) easily with LDAP search. I want to find out if there is an NT equivalent. I am looking to query everything from an NT domain. ...
http://www.experts-exchange.com/OS/Linux/Distributions/SuSE/Q_22497020.html
I use a shell script like:
#!/bin/ksh
while read i
do
echo ""
ldapsearch -b o=xyz,c=an uid=$i
done < $1
*************************************************
This reads from a file ...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21447970.html
Hi all,
I'm having problems getting LDAP authentication working. At this point I have setup the LDAP server, but I still cannot do an ldapsearch on the machine.
I am running RHEL3 with the fo...
http://www.experts-exchange.com/OS/Linux/Q_21627726.html
Zones:
LinuxDate Answered: 11/13/2005 Grade: B Views: 0
Hello,
I plan on making a php script that employees can search for email addresses.
pretty much i got this info stored. note not all employees have all information (such as mobile phone/fax)...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21842280.htm...
Zones:
PHPDate Answered: 05/12/2006 Grade: A Views: 40
We are running Windows 2000, Active Directory in native mode. We upgraded our existing NT 4 domain and migrated all the user accounts and groups (there are no more NT 4 Domain Controllers).
Whe...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20795444.htm...
Zones:
Windows 2000Date Answered: 01/05/2004 Grade: A Views: 0
I have a script where I can't get the print format like I need.
sub OtherSearch {
my($uids,$hashRef) = shift;
my @attributes = ( qw/alias mail/);
open(LDPSEA2, "ldapsearch -h ld...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_21648230.html
Zones:
PerlDate Answered: 11/30/2005 Grade: A Views: 0
I'm having a hard time figuring out how this is supposed to do and why it doesn't run under Solaris 9. The beginning is pretty straight forward, but I get lost at the "sed" command. I imagine tha...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_21985293.html