[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP php3



> On Sun, Oct 17, 1999 at 11:44:46AM +0200, Stefan Kiesow wrote:
> > Hi there,
> > 
> > I'm writing a web-based frontend in php3.
> > I'm missing the opportunity to realize the different search-scopes: php3
> > only supports base and subtree, but not onelevel.
> > It's because I want to realize a directory browser with php3 and I need the
> > sope onelevel to move through the tree.
> > Has anyone an idea?
> > 
> > Are there any people who have experience with LDAP and php3?
> 
> The ldap_list() function in PHP3 uses one-level scope.
> 
> Stig

Unfortunately what the PHP ldap api can't do is various methods of 
dereferencing aliases (ie never,always,search and find)
-- 

  +-----------------+------------------------------------------+
  |    _   ^   _    | Dr. Rodney McDuff                        |
  |   |\  /|\  /|   | Network Development, ITS                 |
  |     \  |  /     | The University of Queensland             |
  |      \ | /      | St. Lucia, Brisbane                      |
  |       \|/       | Queensland, Australia. 4072.             |
  |<-------+------->| TELEPHONE: +61 7 3365 8220               |
  |       /|\       | FACSIMILE: +61 7 3365 4477               |
  |      / | \      | EMAIL: mcduff@its.uq.edu.au              |
  |     /  |  \     |                                          |
  |   |/  \|/  \|   |        Ex ignorantia ad sapientiam       |
  |    -   v   -    |            Ex luce ad tenebras           |
  +-----------------+------------------------------------------+