Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-13 Thread Andrew Reid
On Tue, Sep 10, 2013 at 03:34:51PM +0200, helix84 wrote: Hi Andrew, a) You can disable registration in XMLUI completly by setting xmlui.user.registration=true in [dspace]/config/dspace.cfg. b) You could also restrict users from which domains are able to register by setting domain.valid =

[Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Andrew Reid
Hi all -- I'm putting together a new DSpace installation (3.2 on RHEL 6.4, with the xmlui), and I have a requirement to enforce password complexity and expiration rules. My first thought was to do this by using a local LDAP for authentication -- I think I've learned what I need to know

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread helix84
Hi Andrew, a) You can disable registration in XMLUI completly by setting xmlui.user.registration=true in [dspace]/config/dspace.cfg. b) You could also restrict users from which domains are able to register by setting domain.valid = example.com in

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Mark H. Wood
On Tue, Sep 10, 2013 at 09:09:13AM -0400, Andrew Reid wrote: I'm putting together a new DSpace installation (3.2 on RHEL 6.4, with the xmlui), and I have a requirement to enforce password complexity and expiration rules. My first thought was to do this by using a local LDAP for

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Andrew Reid
On Tue, Sep 10, 2013 at 03:34:51PM +0200, helix84 wrote: Hi Andrew, a) You can disable registration in XMLUI completly by setting xmlui.user.registration=true in [dspace]/config/dspace.cfg. b) You could also restrict users from which domains are able to register by setting domain.valid =