Is it possible to dynamically add permissions/a role to users depending on certain criteria (ip range in this example).
(My use case is: I want anybody in our company to be able to review unpublished pages/pages in revision, without the need for them to log in with a username/password)
Is it possible to dynamically add permissions/a role to users depending on certain criteria (ip range in this example).
(My use case is: I want anybody in our company to be able to review unpublished pages/pages in revision, without the need for them to log in with a username/password)
My boss wrote a module that did just that--they gave a list of IPs for certain Universities and anyone from those IP ranges was auto-logged in.
It was a custom mod for D5 I think, but he would give you the code if you want it.
F
I do not know if this is what you are asking but, I can have people in my company automatically log in by using the weberver_auth module using drupal 6 in a windows environment, Active Directory, apache server 2.2 sspi module when the user access the website in a IE browser
Thanks,
Néstor :-)
On Tue, Dec 1, 2009 at 9:50 AM, David Hart david.hart@gmail.com wrote:
Is it possible to dynamically add permissions/a role to users depending on certain criteria (ip range in this example).
(My use case is: I want anybody in our company to be able to review unpublished pages/pages in revision, without the need for them to log in with a username/password)
-- [ Drupal support list | http://lists.drupal.org/ ]
Is it possible to dynamically add permissions/a role to users depending on certain criteria (ip range in this example).
(My use case is: I want anybody in our company to be able to review unpublished pages/pages in revision, without the need for them to log in with a username/password)
WorldFallz just answered this question: http://drupal.org/node/647988