Search found 8 matches

by nota141
Wed Jan 28, 2004 5:13 pm
Forum: PHP - Code
Topic: php ldap ssl novell
Replies: 5
Views: 508

here is the code i am using <?php $ldaphost = "ldaps://10.60.8.48"; // have tryed "ldaps://curric.aphs.sa.edu.au" and with out the ldaps:// $ldapport = 636; $ldapUsername = "********"; $ldapPassword = "******"; echo $ldaphost; $ds = ldap_connect($ldaphost, $ld...
by nota141
Wed Jan 28, 2004 4:17 pm
Forum: PHP - Code
Topic: php ldap ssl novell
Replies: 5
Views: 508

I have just tryed that and it still does not work.

thanks
by nota141
Tue Jan 27, 2004 11:30 pm
Forum: PHP - Code
Topic: php ldap ssl novell
Replies: 5
Views: 508

php ldap ssl novell

i have a novell sever which i have been auththincating with ldap fine untill the nw admin decided he would secure it and now i cant get it to work what do i need to do to get it to work. i am running apache 2 on windows and on redhat both with php 4.3.4 and i am trying to connect to a novell 6.1 ser...
by nota141
Sun Dec 14, 2003 8:28 pm
Forum: PHP - Code
Topic: ldap_connect error
Replies: 0
Views: 319

ldap_connect error

i have a problem with the ldap connect fuction where it will alwase returns a value does not matter if i use ip, server name or dns name to contact it. and the script i am trying to wright will not alwase be able to connect to the server and i need to be able to detect this.
by nota141
Thu Dec 11, 2003 10:39 pm
Forum: PHP - Code
Topic: Solved - post link
Replies: 7
Views: 927

solved it thanks to everyone

last prob was duplicate form names.
by nota141
Thu Dec 11, 2003 7:31 pm
Forum: PHP - Code
Topic: Solved - post link
Replies: 7
Views: 927

microthick this code <form action="preferencesdetail.php" method="post" name="editform" id="editform"> <input type="hidden" name="edit" value="<?=$request&#1111;'admID']?>"> <a href="javascript:document.editform.submit();...
by nota141
Thu Dec 11, 2003 5:55 pm
Forum: PHP - Code
Topic: Solved - post link
Replies: 7
Views: 927

just to clarify the code in question is from an admin page where i am displaying a list of users and the admin is going to edit one of the users. and i would like it if i could say away from a form as the submit button will not look to good on the page.
by nota141
Wed Dec 10, 2003 11:57 pm
Forum: PHP - Code
Topic: Solved - post link
Replies: 7
Views: 927

Solved - post link

i have

Code: Select all

<a href="preferences.php?edit=<?=$request&#1111;'admID']?>">Edit</a>
but i would like a way to not show the vars in the url if possiable.