- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- CSWS PHP LDAP module
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:20 PM
04-22-2004 07:20 PM
CSWS PHP LDAP module
I have done this, but still get an "undefined function" error trying to call ldap_connect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:36 PM
04-22-2004 07:36 PM
Re: CSWS PHP LDAP module
because PHP is an extension of web server, do you added module into CSWS?
If web server doesn't manage a module (as LDAP) PHP can't use it.
It the same for other module such us anonymous ftp, web debugger, etc.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:44 PM
04-22-2004 07:44 PM
Re: CSWS PHP LDAP module
I have CSWS 1.3 installed with the latest MOD_PHP (1.2 I think). Is this what you mean by having PHP as a module of CSWS ?
Or do I need to have an LDAP module in use with CSWS ? (I had assumed that the LDAP part of PHP would use the VMS LDAP API in its implementation).
Cheers,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:52 PM
04-22-2004 07:52 PM
Re: CSWS PHP LDAP module
I don't know CSWS so I can tell oly general directive.
On Apache, you have a http.conf file and into it you cand find the addmodule directive; so I think is the same for CSWS.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2004 07:55 PM
04-22-2004 07:55 PM
Re: CSWS PHP LDAP module
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:32 PM
04-26-2004 04:32 PM
Re: CSWS PHP LDAP module
Willem - what is LDAP Services ? Do you mean the LDAP API ? This is available on the system as I have used it from a C program.