Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75013 - Unable to emerge Samba with LDAP support
Summary: Unable to emerge Samba with LDAP support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-19 21:28 UTC by Stonki
Modified: 2004-12-20 12:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stonki 2004-12-19 21:28:23 UTC
I installed OpenLDAP and now I would like to install samba with LDAP Support. I can see in the configure line, that samba is compiling without "ldapsam" support... 

USE="cdr dvd kerberos ldap mysql -arts gtk -kde -gnome -libg X"

master root # equery uses samba
 - - acl       : Adds support for Access Control Lists
 + + cups      : Add support for CUPS (Common Unix Printing System)
 - - doc       : Adds extra documentation (API, Javadoc, etc)
 + + kerberos  : Adds kerberos support
 + + ldap      : Adds LDAP support 
 + + mysql     : Adds mySQL support
 + + pam       : <unknown>
 - - postgres  : Adds support for the postgresql database
 + + python    : Adds support/bindings for the Python language
 - - quotas    : Add support for user quotas
 + + readline  : enables support for libreadline
 - - winbind   : Add support for the winbind auth daemon
 + - xml       : Check/Support flag for XML library (version 1)
 + + xml2      : Check/Support flag for XML library (version 2)
 - - libclamav : Enable clamav as virus scanner
 - - oav       :  openantivirus.org project
 - - selinux   : !!internal use only!! 
 - - debug     : 




Reproducible: Always
Steps to Reproduce:
1. emerge ldap
2. add use flags "Kerberos" and "LDAP"
3. emerge Samba
4. Add LDAP Parameters to the smb.conf
5. Start Samba


Actual Results:  
 
Dec 19 15:12:55 master smbd[24062]: [2004/12/19 15:12:55, 0]  
param/loadparm.c:map_parameter(2443) 
Dec 19 15:12:55 master smbd[24062]:   Unknown parameter encountered:  
"ldap port" 
Dec 19 15:12:55 master smbd[24062]: [2004/12/19 15:12:55, 0]  
param/loadparm.c:lp_do_parameter(3133) 
Dec 19 15:12:55 master smbd[24062]:   Ignoring unknown parameter  
"ldap port" 
 
 

Expected Results:  
Samba with LDAP Support
Comment 1 Stonki 2004-12-20 12:56:59 UTC
wrong parameter. I mixed up Samba 2.x Syntax with Samba 3.x Syntax.