Hi Guys,

Does anybody know how to change the parameters of catalyst model at the runtime ?

Actually i am using "Catalyst::Model::LDAP" model, where you have to define your ldap configurations (like host, base, dn, password etc) into LDAP model and that configuration will be static for all the transactions. For all Relational databases, this type of model will be ok but for ldap it should bind with the username and password which has been provided by the loged in user. Once we can do this we can also use ldap level security (ACLs).

That is why i am looking for the way i can modify the configuration parameters of the LDAP Model at runtime.

--
Sandip Patel
www.gnulinux.in

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to