doc/book/en/annexes/cookbook.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2172 cf8f9180e63e
child 2476 1294a6bdf3bf
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
     5 
     5 
     6 We gathered together some of our tricks and scripts that could make
     6 We gathered together some of our tricks and scripts that could make
     7 life easier.
     7 life easier.
     8 
     8 
     9 
     9 
    10 * How to import LDAP users in `CubicWeb`?
    10 * How to import LDAP users in *CubicWeb*?
    11 
    11 
    12   Here is a very useful script which enables you to import LDAP users
    12   Here is a very useful script which enables you to import LDAP users
    13   into your `CubicWeb` application by running the following: ::
    13   into your *CubicWeb* application by running the following: ::
    14 
    14 
    15 
    15 
    16     import os
    16     import os
    17     import pwd
    17     import pwd
    18     import sys
    18     import sys