JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for BLACKBOARD-USERGROUP Archives


BLACKBOARD-USERGROUP Archives

BLACKBOARD-USERGROUP Archives


BLACKBOARD-USERGROUP@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

BLACKBOARD-USERGROUP Home

BLACKBOARD-USERGROUP Home

BLACKBOARD-USERGROUP  2003

BLACKBOARD-USERGROUP 2003

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: BB6(Trial) and LDAP Configuration Issues

From:

"Dadswell, Christian" <[log in to unmask]>

Reply-To:

Dadswell, Christian

Date:

Wed, 12 Feb 2003 13:32:36 -0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (222 lines)

Hi Herta,

The config I sent you has since changed to reflect priv_user=true. And now I
get an error in the service log stating several java errors.

I don't feel as though I am getting any closer to a fix for this.

The other annoying issue is the lack of *feedback* from BB Support... I
logged a similar call two weeks ago and nothing from them as yet..

Were getting to a stage now where we need this working to go with other
integration projects we are running.

Thanks,
Chris.

-----Original Message-----
From: Herta Van den Eynde [mailto:[log in to unmask]]
Sent: 12 February 2003 13:11
To: Dadswell, Christian
Cc: [log in to unmask]
Subject: Re: BB6(Trial) and LDAP Configuration Issues


Chris,

The good thing is that at least you can connect to the ldap server.  Now
all you need to figure out is why it cannot find the user - or perhaps
even, which user, it cannot find.

Our ldap server allows for anonymous requests, so we specified
user_fdn.1=none and user_pwd.1=none.  What strikes me as odd is that you
specified a user, but set auth.type.ldap.use_priv_user.1=false.  Can you
try changing that to 'true'?

Also, in our 5.5.1 version, we needed to specify 'y' and 'n', instead of
'true" and 'false', but that may be a version difference.

Kind regards,

Herta

Dadswell, Christian wrote:

>Herta,
>
>Ok, this could go on a bit, so please bear with me!
>
>Below are the current configs I have been modifying;
>
>But to start off its worth mentioning the following;
>I have created a user account(s) on the BB6 server for each user account
>that will need to access the system. (This is a given for BB6 and LDAP to
>work).
>I have created a test LDAP account on our main LDAP server in the Users org
>unit.
>I have tested the connection to LDAP via windows address book and am able
to
>query the AD/LDAP directory with secure password authentication ONLY.
>Anonymous binds don't appear to work on our servers.
>
>Onto the configs; (blackboard\config\authentication.properties) /
>(blackboard\config\bb-config.properties) &
>(blackboard\config\service-config.properties)
>
>Within the bb-config.properties file I have set 'bbconfig.auth.type=LDAP'
>Within service-config.properties file I have set
>'blackboard.service.log.param.logdef.default.verbosity=debug'
>The second line allows debug output to the log file
>'blackboard\logs\bb-services-log.txt'
>
>----- (blackboard\config\authentication.properties) -----
>
>In the first section I am allowing fallback to BB login auth as some
>administrators need to see modules I recently migrated from a dev5.5
>platform. In future these will be turned off.
>
>auth.type.ldap.error_fallback_to_bb=true
>auth.type.ldap.user_not_found_fallback_to_bb=true
>
>### This value must be updated for every server configuration that is added
>below
>auth.type.ldap.num_servers=1
>
>### Server #1 Configuration ###
>###  Note: this variable indicates whether interaction between
>Bb-installation-server and LDAP server should be over SSL
>auth.type.ldap.server_ssl.1=false
>
>auth.type.ldap.base_search_fdn.1=cn=Users,dc=internal,dc=uwic,dc=ac,dc=uk
>auth.type.ldap.deref_aliases.1=never
>auth.type.ldap.server_url.1=ldap://<servername and start of DN or FDN as
>Blackboard call it>.uwic.ac.uk:389
>auth.type.ldap.use_priv_user.1=false
>auth.type.ldap.user_fdn.1=cn=<test ldap
>account>,dc=internal,dc=uwic,dc=ac,dc=uk
>auth.type.ldap.user_pwd.1=<password>
>auth.type.ldap.user_tag.1=cn
>auth.type.ldap.referral.1=ignore
>auth.type.ldap.referral_limit.1=0
>auth.type.ldap.server_error_fatal.1=true
>
>After pushing these config updates via the BB6 system I am unable to
connect
>to the BB6 system via login.
>I get 'Username or password is incorrect'.
>
>the services log tells me;
>
>2003-02-12 12:31:25 -
>blackboard.platform.security.authentication.LDAPAuthModule : authenticate :
>Authenticating User.
>2003-02-12 12:31:25 -
>blackboard.platform.security.authentication.LDAPAuthModule : authenticate :
>trying ldap://<servername and dn>.uwic.ac.uk:389
>2003-02-12 12:31:25 -
>blackboard.platform.security.authentication.LDAPAuthModule : authenticate :
>binding anonymously.
>2003-02-12 12:31:25 - LDAPAuth:Getting initial context.
>2003-02-12 12:31:25 -
>blackboard.platform.security.authentication.LDAPAuthModule : authenticate:
>user not found.
>2003-02-12 12:31:25 -
>blackboard.platform.security.authentication.LDAPAuthModule : authenticate :
>User not found in LDAP,
>
>I have tried many different variations in the authentication.properties
>file, subsituting cn with ou where necessary, different users etc..
>anonymous access...
>
>I have literally trawled the depths of the known internet for more
>information even to the point of working out how java authenticates with
>ldap.
>
>Nothing seems to work.
>
>Chris.
>
>
>-----Original Message-----
>From: Herta Van den Eynde [mailto:[log in to unmask]]
>Sent: 12 February 2003 11:11
>To: Chris Dadswell @ UWIC
>Cc: [log in to unmask]
>Subject: Re: BB6(Trial) and LDAP Configuration Issues
>
>
>Chris,
>
>Can you give us more specifics?  Errors messages, whether or not the
>ldap server receives the authentication request, ...
>
>I haven't looked at ldap on 6 yet, but on 5.5.1, we had a minor problem,
>because the documentation had left out that you also needed to specify
>the ldap.base_search_fdn.x property.
>
>Also, in version 5, if you use ldap, the password was no longer MD5
>encrypted, but simply base64 encoded, so we changed the login to use ssl.
>
>Kind regards,
>
>Herta
>
>Chris Dadswell @ UWIC wrote:
>
>
>
>>Hi,
>>
>>I'm fairly new to the Blackboard *experience* and just recently, before
>>December I installed a trial copy of BB6 onto a new Dev server.
>>
>>During this month I have managed to complete a successful trial migration
>>
>>
>>from our 5.5 Dev server. All is well...
>
>
>>Until we started to make the move towards LDAP authentication thru BB6.
>>
>>This apparently out of the box authentication method looked to be easy to
>>configure from the outset. But after many weeks of head scratching and
hair
>>pulling I am still unable to get this working.
>>
>>Is there anyone out there working on this/done it already that maybe able
>>to share their knowledge of the experience?
>>
>>FYI, We are currently running a mixed-mode Windows 2000 Active Directory
>>environment.
>>
>>Any help would be gratefully accepted.
>>
>>Christian Dadswell (University of Wales Institute, Cardiff)
>>
>>
>>
>>
>
>
>

--
******************************************************

Herta Van den Eynde
Toledo system management

K.U.Leuven - Ludit
W.de Croylaan 52A
B-3001 Heverlee
Belgium
tel: +32 (0)16 322 166
fax: +32 (0)16 322 999

******************************************************

"For something fulfilled this hour, loved or endured."
(W.H. Auden)

******************************************************

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
November 2021
October 2021
August 2021
July 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
May 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager