Document how to fix BASE-IS-OLD
[mirror/dsa-wiki.git] / input / howto / ud.mdwn
1 # how to submit changes to ud via mail
2
3 ## example
4
5 Create a text file containing the changes:
6
7       username@hostname$ cat changes.txt
8       update c us
9       username@hostname$ 
10
11 Email the file, gpg signed and armored, to ud@db.debian.org:
12
13       username@hostname$ cat changes.txt | gpg --sign --armor | mail -s 'changes' ud@db.debian.org
14
15 ## syntax
16
17 The general syntax of commands is:
18
19       update <key> <val>
20       delete <key> [<val>]
21       show
22
23 where the available keys are:
24
25       key: bATVToken
26       val: text (eg: mytoken)
27       
28       key: birthDate
29       val: yyyymmdd (eg: 19700101)
30       
31       key: c
32       val: two-character country code (eg: CA)
33       
34       key: dnsZoneEntry
35       val:
36       
37       key: emailForward
38       val: email address (eg: luca.filipozzi@example.com)
39       
40       key: facsimileTelephoneNumber
41       val: telephone number in international representation (eg: +1 604 867 5309)
42       
43       key: gender
44       val: one of 0, 1, 2, 9 for unknown, male, female, unspecified
45       
46       key: icqUin
47       val: 
48       
49       key: ircNick
50       val: as registered at irc.debian.org
51       
52       key: jabberJID
53       val: fully qualified jid (eg: foo@jabber.org)
54       
55       key: l
56       val: locality name (eg: Vancouver BC)
57       
58       key: labeledURI
59       val:
60       
61       key: latitude
62       val: ±DDDMMSS
63       
64       key: longitude
65       val: ±DDDMMSS
66       
67       key: mailCallout
68       val:
69       
70       key: mailContentInspectionAction
71       val:
72       
73       key: mailDefaultOptions
74       val:
75       
76       key: mailGreylisting
77       val:
78       
79       key: mailRBL
80       val:
81       
82       key: mailRHSBL
83       val:
84       
85       key: mailWhitelist
86       val:
87       
88       key: sshRSAAuthKey
89       val:
90