Skip to content

Commit 8a1ece9

Browse files
authored
Update README.md
1 parent a72cd02 commit 8a1ece9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ The module doesn’t make Authentication by it self, but verify if Authenticatio
1515

1616
`Authentication` is made by a login form page.
1717

18-
This login page must authenticate the user with any authenticate source (ldap, /etc/password, file, database....) accessible to language of the page (php, perl, java... an ldap login page sample in php are in samples directory).
18+
This login page must `authenticate` the `user` with any `authenticate source` (ldap, /etc/password, file, database....) accessible to `language` of the `page` (php, perl, java... an ldap login page sample in php are in samples directory).
1919

20-
Then this page must set cookie that contains only a key the `Authentication unique id` of the `Authentication session`.
20+
Then this page must set `cookie` that contains only a key the `Authentication unique id` of the `Authentication session`.
2121

22-
The login page must store authorization and user information of the authenticated user in [memcached](http://memcached.org/) identified by the cookie key `Authentication unique id`.
22+
The login page must `store` authorization and user information of the authenticated user in [`memcached`](http://memcached.org/) identified by the cookie key `Authentication unique id`.
2323

24-
The login page can be developed in any language you want, but must be capable to use [memcached](http://memcached.org/) (they must have memcache client api for us)
24+
The `login page` can be developed in `any language you want`, but must be capable to use [`memcached`](http://memcached.org/) (they must have memcache client api for us)
2525

2626
## Phase 2 : The Apache v2 Module
2727

2828
After the user is logged, the Auth MemCookie module check on each protected page by apache ACL is the user is authenticated.
2929

3030
When authenticating a request Auth MemCookie module walks through the following steps:
3131

32-
1. Get the **`session id`**. The `session id` is stored in a cookie (by default named `AuthMemCookie`).
32+
1. Get the **`session id`**. The **`session id`** is stored in a cookie (by default named `AuthMemCookie`).
3333

3434
2. Get the **`session data`**. Auth MemCookie module fetches **`session data`** by looking up the session id on the [memcached](http://memcached.org/) server.
3535

0 commit comments

Comments
 (0)