Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    PHP




Errors On PHP Build With LDAP


I am working on an OS X 10.1.2 box.

I have complied OpenLDAP and it is working fine. I can compile PHP (tried 4.0.6 and 4.1.1) with LDAP using:




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Supress Errors At The Page Level? Undefined Index Errors.
I'm creating a simple reply form, and if a form item isn't answered I
get an error:
"Notice: Undefined index: rb_amntspent in
c:inetpubwwwrootmackinawsurvey.php on line 36"
even if in the code I allow for an unselected item. (Code at the
bottom here.)
It works fine otherwise.

Now in the past I've made a change to php.ini to repress errors, but
for this project I don't have access to the php.ini.
Is there a way to supress errors on that page for that session?

Or, is there a way to just not get that error at all?

Here's a sample of the code that gets the form response. If an item is
selected, no error for that question, but if an item is not selected I
get the error above even though I still get a successful echo for the
"else" or "default" option which occurs if nothing is selected:

$rb_visited = $_POST["rb_visited"]; //Have you ever visited Mackinaw
City, Michigan?
if ($rb_visited == "1") {
$rb_visited_reply = "Yes";
} elseif ($rb_visited == "0") {
$rb_visited_reply = "No";
} else {
$rb_visited_reply = "You did not answer this question";
};

$rb_lastvisit = $_POST["rb_lastvisit"]; //When was your last visit to
Mackinaw ity?
switch ($rb_lastvisit) {
case "1":
$rb_lastvisit_reply = "Earlier this year (2003)";
break;
case "2":
$rb_lastvisit_reply = "Last year (2002)";
break;
case "3":
$rb_lastvisit_reply = "2 years ago (2001)";
break;
case "4":
$rb_lastvisit_reply = "3 years ago (2000)";
break;
case "5":
$rb_lastvisit_reply = "4 or more years ago (1999)";
break;
default:
$rb_lastvisit_reply = "You did not answer this uestion";
}

Need To Add Xml To Php Build
I just installed Mandrake 10.1 with Apache/PHP. I now need to recompile PHP
to include XML support.

Since the original install came pre-configured in an RPM, I will need to
download the source for 4.3.8.

What's the easiest/cleanest way to go about this?

1) Should the RPM version be uninstalled first?

2) I see all the current PHP core configurations using phpinfo(). Is there a
way to preserve these and simply add "--with-xml"?

3) Anything else to consider?

How To Build A Web Application The Right Way
I am looking into building a web application and one of the things I
want to do is to make sure the user is logged in. I know I can do this
by checking the session for a user object or something similar. Is
there a best practice for this. Currently what I do is have each page
include a check session include file.

PHP Build Fails With GD
I have libpng installed, and it keeps saying it can't find png.h.
It's located in /usr/local/lib and I've tried pointing in the ./config
to the directory, and it still says it can't find it.
The install command to libpng did fail, but I copied the .h files
manually and symlinked them in the lib/ directory.
FreeBSD5.3-RELEASE i386
PHP 5.0.2
libpng 1.2.8

TTF Support In PHP Build
i'm having trouble trying to use any of the TTF function calls. in my php info i have the following.

'./configure' '--with-informix' '--with-apxs' '--with-config-file-path=/etc/httpd/conf' '--with-gd' '--with-ttf' '--enable-gd-native-ttf'

what might be going wrong here? this is running on a redhat install.

PHP Build Problem
I'm trying to build php 4.3.4 under Solaris 9. I installed MySQL as a
package, so it is not in /usr/local (it's in /opt/sfw/mysql). I run
configure like this:

./configure --with-mysql=/opt/sfw/mysql --with-apache=../../apache/apache_1.3.29

and get no errors, but when I do the make, the last thing that runs is libtool
and terminates with this error:

gcc: /opt/sfw/mysql/lib/mysql/.libs/libmysqlclient.so: No such file or directory

I don't know where it is getting that extra ".libs" in the path, because
there is a libmysqlclient.so in "/opt/sfw/mysql/lib/mysql". Any idea why
the make is putting that extra directory in the path and what I should do
about it? I suppose I could symlink it, but that seems a bit kludgy.

Whether To Use CMS Or To Build From Scratch?
I've been thinking lately about whether to use opensource CMS such as
Joomla or to build something from scratch.

I am good with PHP/ MySQL but only little bit familiar with Joomla.

I want to know when to use CMS and when to code from scratch? How do I
make such a decision?

Build Pdf File?
My brother would like to create a website that high school math
teachers could use. They would come to the web site and say "I'd like
to have a worksheet on two-variable algebra." Then the web site would
generate a pdf file for them. The information would be stored in a
database. MySql or something similar.

Is Php an appropriate vehicle for this? Has someone already done
something similar? Is there a "wiki" for Php?

My brother is a high school math teacher (naturally). I am a
professional programmer, but I have not done much with web pages, and
I have never used Php. Usually, I use Tcl and C.

. . . I betcha there's a way to write an ASP script that would pull
question text from a question database into an MSWord file, instruct
Word to print the file to PDF, and then download it to the user. I bet
MS products are scriptable. Hmmmmm. . . .

Pre-build .html Files
I've been told there is a way to build applications so that PHP will automatically build all possible .html files that would result from a given php script. So that visitors to a site would only use the .html files that were pre-generated using php. This seems like an interesting way to get around search engine issues and increase the speed of pages.

Does anyone have any experience building applications like this, or know of any tutorials that I could take a look at?

Cleaning Up After Php Build And Install
I've compiled a custom version of php with extensions persuant to my
needs, but now want to clean up the files used in the compilation.

When the php cgi is compiled, are all the extensions compiled into the
one file, or does the cgi reference libraries pointed to in the php
configure statement? If it references other files, how do I know which
ones it points to, so as to know what I can and can't delete.

How Can I Build A Forum Web Page?
I would like to build a forum for my website with php and mysql, but i don't know how to start. I want be able to costumize it myself.

Getrusage() Is Not Supported In This PHP Build
I get this message:

getrusage() is not supported in this PHP build

I'm living on a apache/win2000/php4.06/mysql platform. Thats 3 out of a possible 4

I have checked php.net for information on this function. My first thought was that getrusage() is not supported on windows. But php.net claims it is.

PHP4.3.4 Build Problems
I'm having problems building PHP 4.3.4 on a (patched) Solaris 9 system
(Sunblade 150).

We're using the version of Apache that came with Solaris 9, I've
installed gcc 3.3.2 (from www.sunfreeware.com) and I've successfully
mangaged to build a recent version of Tcl/Tk with it.

I've installed flex 2.5.4 (also from sunfreeware.com)

When I attempt to build PHP the "./configure
--with-apxs=/usr/apache/bin/apxs" goes fine, but then make fails with:

ld: fatal: file ext/ctype/ctype.lo: unknown file type
ld: fatal: File processing errors. No output written to .libs/libphp4.la

What am I doing wrong?

How To Build A New Table In Phpmyadmin
How to build a new table in phpmyadmin. I already setup a database in phpmyadmin.

How To Build Query String?
From a form I have a list of fields, e.g:

name
address
phone
memo

I know how I do it manually for search query but how do I do it
automatically.

select * from <table_name> where
name = %$_POST['name']% and/or
address LIKE %$_POST['address']% and/or
phone LIKE %$_POST['phone']% and/or
memo LIKE %$_POST['memo']%

but my trouble if one of them is blank.

I Want To Build My Own Search Engine!
I'm implementing a little search stuff in the web of the company i work for. my testtable to search contains this
---
id - int(3) autoinc
title - char(50)
desc - longtext
---
when no search is made i list all the results
$sql = 'select * from testtable'
but: if user searches 1 keyword i do
$sql = 'select * from testtable where title like '%$query%'

Here comes my problems:

1) How do i know if user has typed 1, 2...45 keywords to make the search?

2) how can i make this complex SELECT? I mean, id like to search the keyword (if just 1) in the title & desc fields, not only in title...and id like to search all the keywords typed in these 2 fields too.

3) what can i do to pass the searchquery (all the keywords) trhough my pages? I mean: I did the PREVIOUS/NEXT results buttons and they work perfect with 1 keyword
but dunno how to pass all the keywds in the URL link of my PN butts. - I did a search (my cat is white) in a web and saw in the browser this:

http://www.blablabla.com/search?q=my+cat+is+white
how can i do this?

PHP 4.0.5 - Function X Not Supported In This Build?
Our host servers' recently updated from PHP 404 to PHP 405, since that update, I've started getting an unsupported function error on one of the servers, but not the other.

In this case it's the "getmxrr()" function.

I get an 'unsupported' error, which claims that the function, is not supported in this 'build'. Since we work a number of domains, on several different servers, I'm wondering what the deal is.. the use of the getmxrr() function works on 1 server, but not the other, and both of the servers is running 4.0.5

So, I'm wondering, does this error mean :

1) PHP 4.0.5 does not support GetMXRR() any longer?
2) When the host compiled php 4.0.5 on the one server, they omitted the getmxrr() function from their build?

IMHO I'm thinking that "2" is what the deal is.. However, it's worth noting, that when I poll that server for installed extensions, it indicates the getmxrr() is available.

How To Build An Indexing Search
I know there are many pre-built indexing search engines, some pretty good like ht://dig. However, I'm running Win NT 4 and consequently can't use it .

What I've found so far isn't bad, but to meet my needs I'd have to revamp most of them. I know I've seen how-to's on creating an indexing search engine in the past, but all I can seem to find now are pre-built engines. I realize that it's probably going to be more difficult to "re-invent" the wheel, but I want to exhaust the possibility that it's not.

Trying To Build PHP 4.3.0 With Apache 2.2.2 On SUSE 9.1
Whilst I grep around for the first set of problems, I thought I'd ask
any generous members of this PHP community for clues...

I've started by trying out the instructions at:
http://dan.drydog.com/apache2php.html

Got this out of the make:
-----------------------------------------------------------------------------------------------
/bin/sh libtool --silent --mode=compile gcc -Isapi/apache2filter/
-I/root/downloads/php-4.3.0/sapi/apache2filter/ -DPHP_ATOM_INC
-I/root/downloads/php-4.3.0/include -I/root/downloads/php-4.3.0/main
-I/root/downloads/php-4.3.0 -I/usr/local/Apache2/include
-I/root/downloads/php-4.3.0/Zend -I/usr/local/include
-I/root/downloads/php-4.3.0/ext/xml/expat
-I/root/downloads/php-4.3.0/TSRM -g -O2 -prefer-pic -c
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c -o
sapi/apache2filter/sapi_apache2.lo
In file included from /usr/local/Apache2/include/apr_strings.h:48,
from
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c:34:
/usr/local/Apache2/include/apr.h:270: error: parse error before
"apr_off_t"
/usr/local/Apache2/include/apr.h:270: warning: data definition has no
type or storage class
In file included from
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c:34:
/usr/local/Apache2/include/apr_strings.h:297: error: parse error before
"apr_off_t"
/usr/local/Apache2/include/apr_strings.h:313: error: parse error before
'*' token
/usr/local/Apache2/include/apr_strings.h:349: error: parse error before
"size"
In file included from /usr/local/Apache2/include/apr_file_io.h:29,
from /usr/local/Apache2/include/apr_network_io.h:26,
from /usr/local/Apache2/include/apr_buckets.h:29,
from /usr/local/Apache2/include/util_filter.h:26,
from
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c:36:
/usr/local/Apache2/include/apr_file_info.h:204: error: parse error
before "apr_off_t"
/usr/local/Apache2/include/apr_file_info.h:204: warning: no semicolon
at end of struct or union
/usr/local/Apache2/include/apr_file_info.h:206: warning: data
definition has no type or storage class
/usr/local/Apache2/include/apr_file_info.h:212: error: `ctime'
redeclared as different kind of symbol
/usr/include/time.h:254: error: previous declaration of `ctime'
/usr/local/Apache2/include/apr_file_info.h:219: error: parse error
before '}' token
In file included from /usr/local/Apache2/include/apr_network_io.h:26,
from /usr/local/Apache2/include/apr_buckets.h:29,
from /usr/local/Apache2/include/util_filter.h:26,
from
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c:36:
/usr/local/Apache2/include/apr_file_io.h:548: error: parse error before
"apr_off_t"
/usr/local/Apache2/include/apr_file_io.h:740: error: parse error before
"apr_off_t"
In file included from /usr/local/Apache2/include/apr_buckets.h:29,
from /usr/local/Apache2/include/util_filter.h:26,
from
/root/downloads/php-4.3.0/sapi/apache2filter/sapi_apache2.c:36:

/usr/local/Apache2/include/apr_network_io.h:545: error: parse error
before "apr_off_t"

Help Needed To Build An Array
I have a table with something like

ID PARENT

0 | -1
1 | -1
2 | 1
3 | 1
4 | 2
5 | -1
6 | 4

And i want to build an array so i can output the data in the form

0
1
|--2
|----4
| |----5
|--3
5

Where 2 is a child of 1, and 4 is a child of 2 and so on.
I could create an array like $data[$id][$parent] but how would i output the
data where i get all the children of, say, ID=1 and all the children of ID =
4.
What would be the best way to achieve the above using MySQL db and php?

If i read all the data sorted by PARENT i might be able to read the whole
table at once and add all the data to one array?

./configure And Build With .so Libraries
i'm not a experianced php builder.. :)
but i try to build php with a external mcrypt.so (i only need this
file!)...

the build with --with-mcrypt works fine... even the make test...
but the build "includes" mcrypt instest of creating the file in the
extensions dir.

does anyone knows how i can force ./configure to build the .so file?

How To Build A Site Without MySQL
i have a project that  needs a database but doesnt have MySQL DB any other suggestions as to what i can use to store its data?

Warning: Mail() Is Not Supported In This PHP Build
Warning: mail() is not supported in this PHP build in testmail.php on line 1

I don't remember disabling it when I compiled, and I can't find anything to
specifically enable it when compiling. I'm running PHP 4.0.6. My
sendmail_path is correct in my php.ini.

I tried recompiling php4 and apache but it seems that it isn't overwriting
the php modules. What files are used? I tried deleting the <apache 1.3.20
src>/src/modules/php4 folder.

Phpinfo System And Build Date
The phpinfo function lists the system ... But is it the system that PHP
was compiled on OR the system that PHP is executing on? I took a sneak
peek at the source code and I am leaning toward the latter... Same
question for the build date. Is it the build date for PHP or the build
date for the system?

Build An OMPL File From RSS Feeds
Anything like this around anywhere? Need to be able to input RSS
information for several feeds and have it create an OMPL file.

Can't Build Apache/PHP/MSSQL On Solaris
Having read everything I can, and compiled apache/php 30/40 times, I cannot seem to get a static version of PHP working with FreeTDS. I know the FreeTDS drivers for MSSQL are working, cos it took minutes to install the Perl Drivers.

However, the PHP drivers just will not work ! The BBs/Forums all seem to complain about exactly the same problem, and the only success stories are for Linux. Is this because PHP isn't supported as well as Perl ? Has anyone out there got PHP running on Sparc to talk to an MSSQL server ?

Build An Specific Client - Using Sockets
I have made a chat server in Delphi (not udp) which listens at port 6200. I am wondering if I could make a PHP client for that server using PHP's socket functions. I have implemented in that server a little protocol. How would i connect to that server and mantain a chat (with PHP)?


Static Build Of PHP5/Apache2
A plethora of articles on building PHP & Apache1 statically exist on the
web. However I have not been able to find a similar document on a static
compilation of PHP in an Apache2 executable.

I know using a modular (DSO) approach has gained popularity and is
considered 'the way forward' according to many, yet I'd still like to
build a monolithic version for a box I am configuring.

Is it all all possible with the later versions of PHP/Apache2?
Links and pointers _very_ welcome. Of course I'd be happy to also go
into the modular vs static debate,

Have You Ever Tried To Build Pdflib As A Shared Object?
I have freebsd4.2 and php4.04pl1. I need to build the pdflib as a shared object to be used into php.ini with the extension directive. Actually I use php as a module for apache.
I followed the instructions for build pdflib for php, but I have some difficult to compile pdflib as a shared object for PHP. The pdflib documentation does not mention how to "compile" php.

I tried to "compile" php with:

./configure --with-pdflib=/usr/local --enable-shared-pdflib --with-zlib
make
make install

but I still do not found the .so for php. Have you ever did it before? I'm missing something.

Grazie!

Build Content Management System?
I am relatively new to PHP, but I don't care about that. I want to build a
database driven Web site that is really a content management system that
allows visitors to register and log in and write stories for the web site,
and also allows visitors to vote on the articles. I'm thinking that maybe I
should use a content management system in existence already because it
might save time, then if i need to, i could just change the system to meet
my needs. I'm just looking for some input on what would be best.

New PHP Documentation Build System Is Ready For Testing
The PHP documentation team is pleased to announce the initial release of the new build system that generates the PHP Manual. Written in PHP, PhD ([PH]P based [D]ocBook renderer) builds are now available for viewing at http://docs.php.net. Everyone is encouraged to test and use this system so that bugs will be found and squashed.

Once the new build system is stable, expect additional changes to the PHP manual that will include an improved navigation system and styling for OOP documentation.

Feel free to set this developmental mirror as your default by using my.php.

I will be interested to see the changes. I thought the last changes they made to the manual were very good.

does anyone actually set their default mirror?

Know Any Slick Ways To Build A String From Array?
I have this arr

$months = array("January", "February", "March", "April", "May",
"June", "July", "August", "September", "October", "November",
"December");

and I would like to take this array and build a string of the form

"<option value="1">January</option>
<option
value="2">February</option>
<option value="3">March</option> ...
December</option>"

Does anyone know a slick way to get to the above string from the given
array? I'm using PHP 4.

GD_lib Does Not Build Images On Win2000 - IIS5
I am running a windows 2000 server with PHP 4.3 .1 and GD 2. trying to figure out how to create and alter images. Code:

Build RPM PHP With Oci8 On Oracle 10g Database - RHEL4
We have recently install a new Web Server for my company

The server is composed :
- Linux RedHat RHEL4 U4
- Httpd-2.0.52-27.ent
- Oracle Database 10.2.0.1
-install in /oracle
-ORACLE_HOME is /oracle/ora102
- Php-4.3.9-3.15

On my website, some pages have to connect with php to Oracle
Database.

Actually those pages work on a Windows 2000 Server with Apache and
Oracle Database 8i with fonctions ora_conn, ora_parse ...

But I see that that to be compatible with Oracle 10g, we have to use
the
oci8 fonctions.

To do that i download the source package of php-4.3.9-3.15 and
modify
php.spec file :

--with-kerberos
--with-ldap=shared
--with-mysql=shared,%{_prefix}

- %{?_with_oci8:--with-oci8=shared,/oracle/ora102}

%{?_with_mssql:--with-mssql=shared}
%{?_with_mhash:--with-mhash=shared}

I rebuild the RPM with this spec and thoses command :

#rpmbuild -bb --with oci8=/oracle/ora102
/usr/src/redhat/SPECS/php.spec

=erreur: Dépendances de construction manquantes:
oracle-instantclient-devel >= 10 est nécessaire pour
php-4.3.9-3.15.i386

#rpmbuild -bb --with oci8=/oracle/ora102 --nodeps
/usr/src/redhat/SPECS/php.spec

=Build complete.
(It is safe to ignore warnings about tempnam and tmpnam).

+ popd
/usr/src/redhat/BUILD/php-4.3.9
+ exit 0
Exécution_de(%install): /bin/sh -e /var/tmp/rpm-tmp.56667
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd php-4.3.9
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' /var/tmp/php-root '!=' / ']'
+ rm -rf /var/tmp/php-root
+ pushd build-cgi
/usr/src/redhat/BUILD/php-4.3.9/build-cgi /usr/src/redhat/BUILD/php-
4.3.9

Build An Array Of Only Image File From Directory
This script puts all file names that are in the directory into an array. I would like to built the array with only image type files. (.jpg, .gif, .bmp, etc).

How would that be coded....

I Need To Now About LDAP
I need to know what LDAP is in what way it is related to php or linux.
Can anybody guide me regarding this.

LDAP And Php
I've gotten some php to talk to an ldap server. Im trying to create a way for my php to query the LDAP server and check a username/password combo.

I can get the LDAP to give me back a username, or a list of names, but how do I tell it to check if a password is valid?

Php+LDAP
I have successfuly installed OPENLDAP and even am successfully connecting to my server but I am not able to ;-( connect or fire a query.

PHP And LDAP
I can currently connect, bind and authenticate a user against
ActiveDirectory using OpenLdap and apache. I have apache compiled with
SSL as well. I force PHP to use https:// and i get the browser ask if i
want to accept the certificate etc. I'm also connecting to Ldap on port
686.

Now it all works fine apart, although then i started up ethereal to
check on the packets and it appears the username and password are being
sent in plain text. I cant work out why.

Heres the code.
==========================================
var $_domain_controllers = array ("hole.chase.local, 686");

//other variables
var $_user_dn;
var $_user_pass;
var $_conn;
var $_bind;

// default constructor
function adLDAP(){
//connect to the LDAP server as the username/password
$this->_conn = ldap_connect($this->random_controller());
ldap_set_option($this->_conn, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($this->_conn, LDAP_OPT_REFERRALS, 0); //disable plain
text passwords
return true;.....

LDAP
I'm having trouble with LDAP for php (I guess with LDAP in general). I can get connected and bound to a given LDAP server and display records, but can't add. My code used to add is as follows: Code:

Ldap+php
I am new to LDAP. Could anyone tell me some good sites for LDAP tutorials with examples for ldif files.

LDAP
Does anyone know if there is a way to manually configure PHP to enable
the LDAP functions, without having to recompile PHP?

I am using Sokkit in a production environment and don't want to risk
messing things up.

Ldap
Any idea why Im i getting this error

Warning: ldap_get_values_len(): Cannot get the value(s) of attribute
Decoding error in ...

Im trying to read logonhours attribute of a user in Active Directory
(AD) using ldap.

I Need To Now About LDAP
I need to know what LDAP is in what way it is related to php or linux.

LDAP Attributes
I've got a problem with Sun's iPlanet Directory Server 5.1. I'm writing applications in PHP, and so far it's all going well. However, there appear to be some attributes that I can't fetch - one of these is passwordexpirationtime. I can get the usual stuff like uid, cn etc. but this (and some other attributes) cannot be fetched.

I've tried binding anonymously, and as the directory administrator - but I still get the same result. It appears that I am limited to the following :-

uid
givenname
objectclass
sn
cn
userpassword
creatorsname
modifiersname
createtimestamp
modifytimestamp
mail
telephonenumber
employeetype
dn

Is there anything that anyone could suggest ? Any help would be much appreciated - I need to provide a facility to let my users know when their password is about to expire.

LDAP And MYSQL
can any one put some light on why to choose LDAP against a database. what could be the advantages in comparison to a mysql db? Pls share with me as this cud be a critical technology in the near future.

PHP And LDAP On Windows
Anyone have recommendations as to the easiest LDAP libraries to install
on Windows for PHP? Building them from source on Windows is not an
option and we can't locate anything pre-built from UMich or OpenLDAP -
someone suggested the Novell and Mozilla SDKs but I have no idea where
to put the DLLs ..

PHP 5.0.4 under Windows XP

Ldap Support
I would like to install ldap support on php!

Steps :

1. php.ini : extension_dir = "c:php"
2. copy file c:phpextensionphp_ldap.dll to c:php
2. delete ; before extension=php_ldap.dll

And the message returned when i'm restarting Apache Web server is :

"Unable to find module c:phpphp_ldap.dll"

Using Domino LDAP ?
I'm working on a new system that my superiors have determined should use
LDAP for it's authentication and user management. Not real bad, but it's
proving to be a bit of a hassel.

I'm using a Lotus Domino server for the LDAP part. If, in the
ldap_search(...) function I pass it "o=myCompany" for the dn parameter (the
second parameter), I only get back the list of users, not the groups. I
only want back the groups in this instance.

The problem stems from the way Domino is returning the group information...
they don't belong to an "o" or anything like that. The only way to set
them apart from a person is through the objectclass, which can't be used in
the dn parameter.

Here's what Domino gives back for a group:

CN=cfUnixAdmin
cn=cfUnixAdmin
objectclass=top
objectclass=groupOfNames
objectclass=dominoGroup
member=CN=Bob Jones,O=myCompany
member=CN=John Doe,O=myCompany
member=CN=Bubba Smith,O=myCompany

So, the question is, how do you form an ldap search to get back the groups?


Copyright © 2005-08 www.BigResource.com, All rights reserved