First and foremost, have you tried the LDAP connection **JUST** with simple authentication parameters ? e.g. ONLY setup the binddn, username, password, and leave everything else untouched.
On Tue, 2007-09-11 at 16:52 +0200, fida aljounaidi wrote:
> thaks for your answer
> no i have another problem
> i've tried to map userts with our active directory. i do this
> configuration in the daemon.conf file
> mapping_ldap => {
> enabled => 1,
> ldap_server =>
> 'ldap://10.10.10.10/DC=DC,DC=DC2,DC=DC?sAMAccountName?sub?(objectClass=user)',
>
This is clearly wrong. The ldap_server should be an IP address. e.g.
10.10.10.10.
I forget the details of setting up LDAP connections but it seems to me
that "DC=DC,DC=DC2,DC=DC?sAMAccountName?sub?(objectClass=user)" should
be an ldap_filter instead. Or not used at all.
> ldap_port => '389',
> # A binddn (e.g. cn=default) that has access to read all
> # attributes
> ldap_binddn => 'CN=Username',
> # The password of the binddn that has access to read all
> # attributes
> ldap_binddn_password => 'Usernampwd',
> # The BaseDN in which to search for the
> # ldap_scm_username_attribute (e.g.
> "ou=People,o=Company")
> ldap_basedn => 'OU=Users,OU=Ou',
> # The name of the attribute containing the user's SCM
> # username
> ldap_scm_username_attribute => 'OU=Users',
Why not just "uid" as the ldap_scm_username_attribute was ??? 'OU=Users'
defines a large CATEGORY of matches (all users) instead of the attribute
name that holds the username. e.g. "username". Or "firstname". Or
"lastname", or "phoneNumber". But certainly not a search stirng.
> # The name of the attribute containing the user's
> # bug-tracking username
> ldap_bugtracking_username_attribute => 'mail',
> # LDAP filter to AND with the ldap_scm_username_attribute
> # for filtering the list of valid SCM users.
> ldap_filter => ''
> },
>
>
> then, i restart the scmbug_serverand i tried to do a commit . i always
> have this error
> Transmission des données .svn: Échec de la propagation (commit),
> détails :
> svn: Échec de la requête MERGE sur '/MyReposLocation'
> svn: 'pre-commit' hook failed with error output:
> Scmbug notice:
> ---------------------------------------------------------
> Scmbug notice: Reading configuration
> Scmbug notice: Checking configuration
> Scmbug notice: Preparing for verification
> Scmbug notice: Processing activity
> Scmbug notice: Submitting request
> Scmbug notice: Request submission was denied
> *******************************************
> **
> **
> ** Scmbug error 7: Username 'Username' could not be translated
> **
> **
> *******************************************
> what's the problem
> On 11/09/2007, Chandra Shaker Deverkonda <[EMAIL PROTECTED]>
> wrote:
>
> HI fida
>
> in ur comit message ur have to write the like this
>
> bug <bugno>: ur comit message size more than 50 chars
> ex bug 420: this is the criticl bug we have to take care
>
> i hope u can solve the problem
>
> with regards
> chandra
>
> On 9/11/07, fida aljounaidi <[EMAIL PROTECTED]>
> wrote:
> Hello
> when i try to do a commit under a subversion
> repository where a glue is installed i had this error
>
> Transmitting file data ..svn: Commit failed (details
> follow):
> svn: 'pre-commit' hook failed with error output:
> Scmbug notice:
> ---------------------------------------------------------
> Scmbug notice: Reading configuration
> Scmbug notice: Checking configuration
> Scmbug notice: Preparing for verification
> *******************************************
> **
> **
> ** Scmbug error 3: No list of bug ids was found that
> matches the bugid_regex 'bug :' and bugid_split_regex
> ',\s?#|\s?#|,|\s+'.
> **
> **
> *******************************************
>
> i don't understand what does it mean since i have all
> the log template defined.
>
> thank you
>
>
> _______________________________________________
> scmbug-users mailing list
> [email protected]
> http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
>
>
>
>
> --
> D.Chandra Shaker
> Sr.Linux Admin
> REDHAT CERTIFIED ENGINEER
> 9989888853
> కిరణానికి చీకటి లేదు......... సిరిమువ్వకి మౌనం లేదు...........
> చిరునవ్వుకి మరణంలేదు..... మన స్నేహనికి అంతంలేదు..... మరిచే
> స్నేహం చెయ్యకు......... చేసే స్నేహం మరవకు
>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
