Connecting Tech Pros Worldwide Help | Site Map

Authentication methods

reflex
Guest
 
Posts: n/a
#1: Dec 11 '07
Hello,

I am looking for some help with user authentication. I need (if there
is something like this) tutorials with different ways, how to make
user authentication.

Users->roles->rights

user - n* roles - n* rights

Or something about ACL O_o

Uff thx for help
Erwin Moller
Guest
 
Posts: n/a
#2: Dec 12 '07

re: Authentication methods


reflex wrote:
Quote:
Hello,
>
I am looking for some help with user authentication. I need (if there
is something like this) tutorials with different ways, how to make
user authentication.
>
Users->roles->rights
>
user - n* roles - n* rights
>
Or something about ACL O_o
>
Uff thx for help
Hi Reflex,

ARe you looking for some guidelines on how to roll your own, or are
youlooking for a ready-to-go solution (if such a thing exists).
I could help you going with the first.
Are you familiar with databases?

Regards,
Erwin Moller
kacperix
Guest
 
Posts: n/a
#3: Dec 12 '07

re: Authentication methods


On 12 Gru, 00:40, reflex <reflexa...@gmail.comwrote:
Quote:
Hello,
>
I am looking for some help with user authentication. I need (if there
is something like this) tutorials with different ways, how to make
user authentication.
>
Users->roles->rights
>
user - n* roles - n* rights
>
Or something about ACL O_o
>
Uff thx for help
For ACL try PHPGAcl:

http://phpgacl.sourceforge.net/

Manual explain very good idea of ACL.
reflex
Guest
 
Posts: n/a
#4: Dec 12 '07

re: Authentication methods


Hi,
Quote:
Quote:
>>ARe you looking for some guidelines on how to roll your own, or are
youlooking for a ready-to-go solution (if such a thing exists).

I am looking for some tutorial or guide, i can make whole scripts with
data saved in databases, but i need some help with how to find out if
some user have rights to do something :), or which way to use to store
users rights.

Example:

User: Andy
Role: amdin
Rights: news_read, news_edit, news_delete, users etc...

User: Jack
Role: news_editor, user_editor
Rights: news_read, news_edit, user_read, user_edit

I find something about ACL and using bitwise technique :DD
Quote:
>For ACL try PHPGAcl:
Yeah, i hope i will learn something from it :)

Thx
AnrDaemon
Guest
 
Posts: n/a
#5: Dec 12 '07

re: Authentication methods


Greetings, reflex.
In reply to Your message dated Wednesday, December 12, 2007, 02:40:28,
Quote:
I am looking for some help with user authentication. I need (if there
is something like this) tutorials with different ways, how to make
user authentication.
Quote:
Users->roles->rights
Quote:
user - n* roles - n* rights
Quote:
Or something about ACL O_o
User rights have nothing to the user authentification.
And roles is the rights applied to the users.
So Your post is wrong in many ways.

ACL is stands for Access Control List (pretty self-explanatory, it is list
binding users to the rights, thus defining user roles)


--
Sincerely Yours, AnrDaemon <anrdaemon@freemail.ru>

reflex
Guest
 
Posts: n/a
#6: Dec 13 '07

re: Authentication methods


User rights have nothing to the user authentification.
Yeah, i know, i mean authorization. :)
Quote:
And roles is the rights applied to the users.
Roles are groups of rights applied to the users.

Cya
Closed Thread