From 56782ec1a950492b2ef041fc69c9777af5f6a62d Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Mon, 27 Jan 2014 04:20:26 +0000 Subject: [PATCH] added start of ud documentation Signed-off-by: Luca Filipozzi --- input/howto/ud.mdwn | 90 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 input/howto/ud.mdwn diff --git a/input/howto/ud.mdwn b/input/howto/ud.mdwn new file mode 100644 index 0000000..ccbd96b --- /dev/null +++ b/input/howto/ud.mdwn @@ -0,0 +1,90 @@ +# how to submit changes to ud via mail + +## example + +Create a text file containing the changes: + + username@hostname$ cat changes.txt + update c us + username@hostname$ + +Email the file, gpg signed and armored, to ud@db.debian.org: + + username@hostname$ cat changes.txt | gpg --sign --armor | mail -s 'changes' ud@db.debian.org + +## syntax + +The general syntax of commands is: + + update + delete [] + show + +where the available keys are: + + key: bATVToken + val: text (eg: mytoken) + + key: birthDate + val: yyyymmdd (eg: 19700101) + + key: c + val: two-character country code (eg: CA) + + key: dnsZoneEntry + val: + + key: emailForward + val: email address (eg: luca.filipozzi@example.com) + + key: facsimileTelephoneNumber + val: telephone number in international representation (eg: +1 604 867 5309) + + key: gender + val: one of 0, 1, 2, 9 for unknown, male, female, unspecified + + key: icqUin + val: + + key: ircNick + val: as registered at irc.debian.org + + key: jabberJID + val: fully qualified jid (eg: foo@jabber.org) + + key: l + val: locality name (eg: Vancouver BC) + + key: labeledURI + val: + + key: latitude + val: ±DDDMMSS + + key: longitude + val: ±DDDMMSS + + key: mailCallout + val: + + key: mailContentInspectionAction + val: + + key: mailDefaultOptions + val: + + key: mailGreylisting + val: + + key: mailRBL + val: + + key: mailRHSBL + val: + + key: mailWhitelist + val: + + key: sshRSAAuthKey + val: + -- 2.20.1