[LUGOS] Apache in userji

Bostjan Mercun bostjan at niansis.com
Mon Dec 27 19:14:21 CET 2004


Goran Kavrecic wrote:
> Gregor Ibic wrote:
>  > htpasswd
>  >
> Saj to uporabljam.
> 
> iz man-a
> ---
> Resources  available from the httpd Apache web server can be restricted
> to just the users listed in the files created by htpasswd.   This  pro-
> gram  can only manage usernames and passwords stored in a flat-file. It
> can encrypt and display password information for use in other types  of
> data stores, though.  To use a DBM database see dbmmanage.
> ---
> sklepam:
> - da so tej userji *samo* apache userji. je to res?
> - tej spiski nimajo veze z lokalnimi userji oz. je to zgolj slučaj. res?
> 
>  če je to zgoraj vse res in *če* sem dodajal username enake lokalnim in 
> tiste, ki lokalni niso na isti način, zakaj potem lokalni lahko 
> dostopajo do resource-ov uni drugi pa ne?
> 
> Moram mogoče še kaj pogledati?
> 
> LP, Goran

Zivjo

Jaz to naredim tako:

htpasswd -m -c /pot/do/passwd_file <user>. Dvakrat vpises geslo.

Potem das v httpd.conf:

<DirectoryMatch "<tvoj direktorij>">
     AuthName "Varovan direktorij"
     AuthType Basic
     AuthUserFile /pot/do/passwd_file
     require valid-user
</DirectoryMatch>

Restartas apache in po tem te pri dostopu do direktorija <tvoj 
direktorij> vprasa za username in geslo. Vpises <user> in tisto geslo, 
ki si ga pri htpasswd dvakrat vtipkal.
Moji userji nikoli niso tudi sistemski.

lp

		Bostjan



More information about the lugos-list mailing list