Changeset 1008 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
05/21/12 00:57:08 (12 years ago)
Author:
nanardon
Message:
  • more documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/man/latmos-accounts.8.pod

    r993 r1008  
    22 
    33=head1 NAME 
     4 
     5    Link::Accounts - A multiple accounts base management and synchronisation 
     6    system 
     7 
     8=head1 GLOBAL DESIGN 
     9 
     10=head2 HISTORY 
     11 
     12Link::Accounts is born with the need to have same set of groups and users in 
     13multiples accounts bases: 
     14 
     15=over 4 
     16 
     17=item OpenLDAP 
     18 
     19Standard ldap base w/o any change on basis schema 
     20 
     21=item Active Directory 
     22 
     23The domain management system for windows. Active Directory is a solution 
     24including LDAP, Kerberos, Smb protocol and a graphic interface to configure it. 
     25 
     26=item Unix file 
     27 
     28Standard users base under Unix system, also used for C<NIS>/C<YP> system. 
     29 
     30=back 
    431 
    532=head1 CONFIGURATION 
     
    90117=over 4 
    91118 
    92 =item L<la-cli> 
    93  
    94 =item L<la-create> 
    95  
    96 =item L<la-crypt-passwd> 
    97  
    98 =item L<la-delete> 
    99  
    100 =item L<la-edit> 
     119=item la-cli 
     120 
     121Interactive command line interface, include online help, completion, etc... 
     122 
     123See L<la-cli(5)> 
     124 
     125=item la-create 
     126 
     127Create an object into main base. 
     128 
     129See L<la-create(1)> 
     130 
     131=item la-delete 
     132 
     133Delete an object from main base 
     134 
     135See L<la-delete(1)> 
     136 
     137=item la-edit 
     138 
     139Modify object into main base. 
     140 
     141See L<la-edit(1)> 
     142 
     143 
     144=item L<la-expired-reminder> 
     145 
     146=item L<la-find-expired> 
     147 
     148=item L<la-freeip> 
     149 
     150=item L<la-graph.pl> 
     151 
     152=item L<la-group> 
     153 
     154=item L<la-guser> 
     155 
     156=item la-passwd 
     157 
     158Change the password of users. 
     159 
     160L<la-passwd(1)> 
     161 
     162=item L<la-query> 
     163 
     164=item L<la-rename> 
     165 
     166=item L<la-rename-host> 
     167 
     168=item L<la-rev> 
     169 
     170=item L<la-search> 
     171 
     172=item L<la-sync> 
     173 
     174=item L<la-sync-manager> 
     175 
     176=item L<la-sync-process> 
     177 
     178=item L<la-warn-expire> 
     179 
     180=item L<la-sql-edit-form> 
     181 
     182=item L<la-test-mail> 
     183 
     184=back 
     185 
     186=head2 SQL Base Tools 
     187 
     188=over 4 
     189 
     190=item L<la-sql-list-request> 
     191 
     192=item L<la-sql-loadatt> 
     193 
     194=item L<la-sql-regatt> 
     195 
     196=item L<la-sql-sanity> 
     197 
     198=item L<la-sql-upgrade.in> 
     199 
     200=item L<la-sql-valid-request> 
     201 
     202=item L<la-sql-crypt-passwd> 
    101203 
    102204=item L<la-exchange-ip> 
    103205 
    104 =item L<la-expired-reminder> 
    105  
    106 =item L<la-find-expired> 
    107  
    108 =item L<la-freeip> 
    109  
    110 =item L<la-graph.pl> 
    111  
    112 =item L<la-group> 
    113  
    114 =item L<la-guser> 
    115  
    116  
    117 =item L<la-passwd> 
    118  
    119 =item L<la-query> 
    120  
    121 =item L<la-rename> 
    122  
    123 =item L<la-rename-host> 
    124  
    125 =item L<la-rev> 
    126  
    127 =item L<la-search> 
    128  
    129 =item L<la-sync> 
    130  
    131 =item L<la-sync-manager> 
    132  
    133 =item L<la-sync-process> 
    134  
    135 =item L<la-warn-expire> 
    136  
    137 =item L<la-sql-edit-form> 
    138  
    139 =item L<la-test-mail> 
    140  
    141 =back 
    142  
    143 =head2 Master Base Tools 
    144  
    145 =over 4 
    146  
    147 =item L<la-sql-list-request> 
    148  
    149 =item L<la-sql-loadatt> 
    150  
    151 =item L<la-sql-regatt> 
    152  
    153 =item L<la-sql-sanity> 
    154  
    155 =item L<la-sql-upgrade.in> 
    156  
    157 =item L<la-sql-valid-request> 
    158  
    159 =back 
     206=back 
     207 
     208=head1 BUGS 
    160209 
    161210=head1 AUTHOR 
Note: See TracChangeset for help on using the changeset viewer.