On Wed, Jun 17, 2009 at 9:40 AM, Winter, James <[email protected]> wrote:
> Thanks. > > Two more questions (hopefully with answers): > > 1. For Active Directory, what if users are split into different OUs in a > domain? For instance, staff in a "Staff" OU and students in a "Students" > OU directly in the root of the domain. I tried leaving the baseDN for > the attributeRepository as "dc=school,dc=edu" but that gets a > continuation error. Is there a way to search multiple OUs? I'll leave this one as an exercise to someone else because I can't remember off the top of my head ;-) > > > 2. Every time I make configuration changes, the services are cleared on > the Service Management site. Is this normal behavior? Are you using the default in-memory storage? Then yes, they'll be wiped out on each restart :-). Recommendations are to switch to the db version. If you are using the db version then the hibernate setting might be set to reconstruct the entire db on startup. Cheers, Scott > > > James Winter > 215.517.2588 > > -----Original Message----- > From: Marvin Addison [mailto:[email protected]] > Sent: Wednesday, June 17, 2009 9:26 AM > To: [email protected] > Subject: Re: [cas-user] CAS and Active Directory > > > 2009-06-17 09:20:03,753 WARN > > [org.jasig.services.persondir.support.ldap.PersonAttributesMapper] - > > Converting value 0 of LDAP attribute 'sn' from byte[] to String > > That's just a warning that bytes are being sent from the directory and > coerced to strings in the platform default encoding (e.g. new > String(bytes)). That can be a problem for international folks that > may have different character encodings between LDAP and Java platform > running CAS, but is a non-issue for most other circumstances. > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
