This is a discussion on [Samba] Problems building samba+AD/LDAP support on Solaris 8 within the Samba forums, part of the Networking and Network Related category; Hello all, I am in the process of building a samba 3.0.11 service on a Solaris 8 server. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I am in the process of building a samba 3.0.11 service on a Solaris 8 server. I want to authenticate Windows Network accounts using a Win2000 Domain Controller. The Solaris machine is intended to act as an ADS Domain Member, and to authenticate Windows Network domain user accounts on the Sun using winbindd. The network operates in mixed mode in order to operate some old NT workstations and servers. I had some issues using the SUNW LDAP libraries, and decided to try OpenLDAP instead. I have downloaded the OpenLDAP libraries (1.2.11) from sunfreesoftware.com, and installed them. I was however unable to configure Samba to have LDAP support. An inspection of the config.log file showed that there was a missing symbol (a function?) in the library, "ldap_initialise". LDFLAGS and CFLAGS were set thus :- LDFLAGS=3D"-L/usr/local/lib -R/usr/local/lib" CFLAGS=3D"-I /usr/local/include" Inspection of the ldap library on /usr/local/lib, libldap.a, shows that there is no ldap_initialise function, only a openldap_initialise function. What versions of Kerberos and OpenLDAP would be most suitable to use on Solaris 8 and samba 3.0.11 for use with ADS? Thankyou for your patience. -- James Tullett Programmer/Analyst, The British Museum -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |