Advertisement

1 - 10 of 11 containing alltags:("ldapsearch") (0 seconds)
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. ...
Zones: Unix Systems ProgrammingDate Answered: 12/22/2004 Grade: A Views: 0
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'...
Zones: Unix Systems ProgrammingDate Answered: 04/21/2006 Grade: A Views: 0
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...
Zones: Unix Systems ProgrammingDate Answered: 04/28/2006 Grade: A Views: 0
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.  ...
Zones: SuSE Linux, Windows NT NetworkDate Answered: 06/18/2007 Grade: A Views: 103
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 ...
Zones: Unix Systems ProgrammingDate Answered: 06/06/2005 Grade: A Views: 0
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...
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)...
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...
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...
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...
Zones: Unix Systems ProgrammingDate Answered: 09/12/2006 Grade: A Views: 0