[web2py] web2py doesn't retrieve the latest user-memberships from ldap.

2014-12-01 Thread Dennis Jacobs
Hi Guys, I've a small question regarding the auth-module when using ldap. I know that when a user doesn't exist in the web2py tables, web2py will retrieve the user along it's membership into the db upon his first login. However i've noticed that web2py doesn't uypdate this info when the user is

[web2py] auth_membership-table not updated upon login.

2014-11-28 Thread Dennis Jacobs
Hi Guys, I've just stumbled upon something of what i think could be a bug. When you use an openldap server(uid/cn) to manage the users and groups, these values should be imported to the respective auth-tables upon login (membership, user, etc..) However i've just added a new memberUid-attribute

[web2py] Re: (de-)select values for the multiselect_widget from ScubismLabs.

2014-11-28 Thread Dennis Jacobs
This topic can be closed. Instead of using the sqlform.factory()-statement, you can just set db.table.field.widget = multiselect_widget. To activate the widget for this field. On Friday, November 21, 2014 10:29:29 AM UTC+1, Dennis Jacobs wrote: Hi Kenji, First of all I wanted to thank you

[web2py] Re: multiple select plugin and list reference

2014-11-24 Thread Dennis Jacobs
Hi TSmith, I'm experiencing the exact same issue! Were you able to resolve this issue? And if so, how exactly did you do so? Regards, Dennis. On Wednesday, November 27, 2013 5:14:25 PM UTC+1, BlueShadow wrote: I found this wonderfull plugin: http://dev.s-cubism.com/plugin_multiselect_widget

Re: [web2py] Re: Published my collection of plugins

2014-11-24 Thread Dennis Jacobs
, Dennis Jacobs jcbs...@gmail.com javascript: wrote: Hi Kenji, First of all I wanted to thank you for submitting and maintaining your web2py plugins. However I do have one small issue with the “multiselect_widget”, which could be due to the fact that I don’t know how to implement the plugin

[web2py] Re: Published my collection of plugins

2014-11-21 Thread Dennis Jacobs
Hi Kenji, First of all I wanted to thank you for submitting and maintaining your web2py plugins. However I do have one small issue with the “multiselect_widget”, which could be due to the fact that I don’t know how to implement the plugin properly. The problem I’m currently facing is the

[web2py] (de-)select values for the multiselect_widget from ScubismLabs.

2014-11-21 Thread Dennis Jacobs
Hi Kenji, First of all I wanted to thank you for submitting and maintaining your web2py plugins. However I do have one small issue with the “multiselect_widget”, which could be due to the fact that I don’t know how to implement the plugin properly. The problem I’m currently facing is the

[web2py] Re: Comments/notes and api documentation

2014-11-17 Thread Dennis Jacobs
Hi Limedrop, I've checked both components, and it's unclear how the medium-notes are stored and retrieved. Do you happen to know if the medium-notes require a database to store these notes? Cause apearantly it was decided to avoid using databases for the book, mainly due to performance issues.

[web2py] Re: How does web2py uses the auth_tables, while authenticating using ldap (cn).

2014-11-06 Thread Dennis Jacobs
in (ldap is notoriously NOT lightning-fast) On Tuesday, November 4, 2014 2:16:05 PM UTC+1, Dennis Jacobs wrote: Hi Guys, I'm having some trouble with understanding how the Auth-module actualy works with ldap. The thing i'm actually trying to do is to create a user (in the best case using

[web2py] How does web2py uses the auth_tables, while authenticating using ldap (cn).

2014-11-04 Thread Dennis Jacobs
Hi Guys, I'm having some trouble with understanding how the Auth-module actualy works with ldap. The thing i'm actually trying to do is to create a user (in the best case using the register-form/function), both in ldap and in web2py. After some research i've discovered that web2py requires the

[web2py] Extending web2py with a user management module.

2014-10-02 Thread Dennis Jacobs
Hi, Since I need to write a web2py user management system for the company I currently work for. I'd like to inquire if there is any interest for an incorporated module. Which allows web2py-admins to manage the users and groups, along with the permissions granted to these entities. At this