[PATCH] Make objects paths be lower case, as discussed on the mailing list.

Stef Walter stef at memberwebs.com
Sat Aug 15 17:12:00 PDT 2009


---
 specifications/Secrets/specification.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/specifications/Secrets/specification.xml b/specifications/Secrets/specification.xml
index 74819e6..7b83cd2 100644
--- a/specifications/Secrets/specification.xml
+++ b/specifications/Secrets/specification.xml
@@ -376,22 +376,22 @@
 			readable but not displayed to the user. The object path of an item or collection should
 			not change for its lifetime, under normal circumstances.</para>
 
-			<programlisting>/org/freedesktop/Secrets</programlisting>
+			<programlisting>/org/freedesktop/secrets</programlisting>
 			<para>The object path for the service.</para>
     	
-			<programlisting>/org/freedesktop/Secrets/collection/<emphasis>xxxx</emphasis></programlisting>
+			<programlisting>/org/freedesktop/secrets/collection/<emphasis>xxxx</emphasis></programlisting>
 			<para>The object path for a collection, where <emphasis>xxxx</emphasis> represents a
 			possibly encoded or truncated version of the initial label of the collection.</para>
 			
-			<programlisting>/org/freedesktop/Secrets/collection/<emphasis>xxxx</emphasis>/<emphasis>iiii</emphasis></programlisting>
+			<programlisting>/org/freedesktop/secrets/collection/<emphasis>xxxx</emphasis>/<emphasis>iiii</emphasis></programlisting>
 				<para>The object path for an item, where <emphasis>xxxx</emphasis> is the collection (above)
 				and <emphasis>iiii</emphasis> is an auto-generated item specific identifier.</para>
 			
-			<programlisting>/org/freedesktop/Secrets/session/<emphasis>ssss</emphasis></programlisting>
+			<programlisting>/org/freedesktop/secrets/session/<emphasis>ssss</emphasis></programlisting>
 			<para>The object path for a session, where <emphasis>ssss</emphasis> is an auto-generated
 			session specific identifier.</para>
 			
-			<programlisting>/org/freedesktop/Secrets/default</programlisting>
+			<programlisting>/org/freedesktop/secrets/default</programlisting>
 			<para>The default collection for client applications to store secrets is available under
 			this object path in addition to its real object path (above).</para>
 		</chapter>
-- 
1.6.0.4


--------------040202060809000000050004
Content-Type: text/x-diff;
 name="0002-Clearly-note-that-this-is-a-draft-specification.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename*0="0002-Clearly-note-that-this-is-a-draft-specification.patch"



More information about the Authentication mailing list