Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: ldap.xml
Date: Sun, 23 Dec 2007 23:31:49
Message-Id: E1J6aIH-0000bD-Iz@stork.gentoo.org
1 robbat2 07/12/23 23:31:41
2
3 Modified: ldap.xml
4 Log:
5 Fix typo.
6
7 Revision Changes Path
8 1.19 xml/htdocs/proj/en/infrastructure/ldap.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml?r1=1.18&r2=1.19
13
14 Index: ldap.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -p -w -b -B -u -u -r1.18 -r1.19
20 --- ldap.xml 18 Dec 2007 01:42:07 -0000 1.18
21 +++ ldap.xml 23 Dec 2007 23:31:41 -0000 1.19
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml,v 1.18 2007/12/18 01:42:07 robbat2 Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/ldap.xml,v 1.19 2007/12/23 23:31:41 robbat2 Exp $ -->
27
28 <guide link="/proj/en/infrastructure/ldap.xml">
29 <title>Gentoo Infrastructure LDAP guide</title>
30 @@ -409,7 +409,7 @@ of the most commonly changed attributes.
31
32 <pre caption="Add a new public SSH key">
33 <comment>(substitute 'pubkey' with the path to your public SSH key. ex: "~/.ssh/id_dsa.pub". You should have one sshPublicKey attribute per key! No newlines!)</comment>
34 -# <i>perl_ldap -b user -A sshPublicKey "$(cat pubkey)" &lt;username&gt;</i>
35 +# <i>perl_ldap -b user -C sshPublicKey "$(cat pubkey)" &lt;username&gt;</i>
36 </pre>
37
38 <pre caption="Erase an old public SSH key">
39
40
41
42 --
43 gentoo-commits@g.o mailing list