Changeset 1038
- Timestamp:
- 06/24/03 23:37:05 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r1029 r1038 46 46 # NB : storageuser and storageuserpw are not used anymore 47 47 48 # LDAP example (DOESN'T WORK YET):48 # LDAP example, uncomment and adapt it to your own configuration : 49 49 #storagebackend: ldapstorage 50 50 #storageserver: ldap://ldap.librelogiciel.com:389 … … 57 57 #userbase: ou=People,dc=librelogiciel,dc=com 58 58 #userrdn: uid 59 #balancebase: ou=People,dc=librelogiciel,dc=com 60 #balancerdn: uid 59 61 #groupbase: ou=Groups,dc=librelogiciel,dc=com 60 62 #grouprdn: cn … … 199 201 # allowed to print causes accuracy problems : their jobs are 200 202 # charged to the next person who prints on the same printer. 203 # There's no policy wrt inexistant groups, they are ignored. 201 204 policy: deny 202 205 -
pykota/trunk/docs/installation.sgml
r1021 r1038 29 29 have to decompress and visit its archive, to do so just type the following commands : 30 30 <screen> 31 jerome@nordine:~$ tar -zxf pykota-1.0 8-official.tar.gz32 jerome@nordine:~$ cd pykota-1.0 8-official33 jerome@nordine:~/pykota-1.0 8-official$31 jerome@nordine:~$ tar -zxf pykota-1.09_official.tar.gz 32 jerome@nordine:~$ cd pykota-1.09_official 33 jerome@nordine:~/pykota-1.09_official$ 34 34 </screen> 35 35 </para> … … 158 158 From a command line interpreter (i.e. shell), type the following commands : 159 159 <screen> 160 jerome@nordine:~$ cd pykota-1.0 8-official/initscripts/postgresql161 jerome@nordine:~/pykota-1.0 8-official/initscripts$ psql -h localhost -U postgres template1160 jerome@nordine:~$ cd pykota-1.09_official/initscripts/postgresql 161 jerome@nordine:~/pykota-1.09_official/initscripts$ psql -h localhost -U postgres template1 162 162 Welcome to psql, the PostgreSQL interactive terminal. 163 163 … … 190 190 ALTER USER 191 191 pykota=# \q 192 jerome@nordine:~/pykota-1.0 8-official/initscripts/postgresql$192 jerome@nordine:~/pykota-1.09_official/initscripts/postgresql$ 193 193 </screen> 194 194 </para> … … 237 237 238 238 <sect2> 239 <title>MySQL</title>240 241 <para>242 A <application>MySQL</application> Storage Backend is planned, but it actually243 doesn't exist.244 </para>245 </sect2>246 247 <sect2>248 239 <title>LDAP</title> 249 240 … … 253 244 Full support for LDAP in PyKota should be OK by the end of July 2003, if all 254 245 continues to go well. 246 </para> 247 </sect2> 248 249 <sect2> 250 <title>MySQL</title> 251 252 <para> 253 A <application>MySQL</application> Storage Backend is planned, but it actually 254 doesn't exist. 255 255 </para> 256 256 </sect2> … … 372 372 373 373 $Log$ 374 Revision 1.16 2003/06/24 21:37:05 jalet 375 Minor changes 376 374 377 Revision 1.15 2003/06/10 16:37:54 jalet 375 378 Deletion of the second user which is not needed anymore.