Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45C54C265 for ; Fri, 19 Dec 2014 01:39:45 +0000 (UTC) Received: (qmail 72502 invoked by uid 500); 19 Dec 2014 01:39:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 72452 invoked by uid 500); 19 Dec 2014 01:39:45 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 72442 invoked by uid 99); 19 Dec 2014 01:39:45 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2014 01:39:45 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id AC53FAC03B5; Fri, 19 Dec 2014 01:39:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1646608 - /directory/escimo/trunk/schema/src/main/resources/user-schema.json Date: Fri, 19 Dec 2014 01:39:44 -0000 To: commits@directory.apache.org From: kayyagari@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141219013944.AC53FAC03B5@hades.apache.org> Author: kayyagari Date: Fri Dec 19 01:39:43 2014 New Revision: 1646608 URL: http://svn.apache.org/r1646608 Log: migrating from xml to json for mapping attributes Modified: directory/escimo/trunk/schema/src/main/resources/user-schema.json Modified: directory/escimo/trunk/schema/src/main/resources/user-schema.json URL: http://svn.apache.org/viewvc/directory/escimo/trunk/schema/src/main/resources/user-schema.json?rev=1646608&r1=1646607&r2=1646608&view=diff ============================================================================== --- directory/escimo/trunk/schema/src/main/resources/user-schema.json (original) +++ directory/escimo/trunk/schema/src/main/resources/user-schema.json Fri Dec 19 01:39:43 2014 @@ -5,6 +5,7 @@ "attributes" : [ { "name" : "userName", + "escimoAttribute": "uid", "type" : "string", "multiValued" : false, "description" : "Unique identifier for the User typically used by the user to directly authenticate to the service provider. Each User MUST include a non-empty userName value. This identifier MUST be unique across the Service Consumer's entire set of Users. REQUIRED", @@ -35,6 +36,7 @@ }, { "name" : "familyName", + "escimoAttribute": "sn", "type" : "string", "multiValued" : false, "description" : "The family name of the User, or Last Name in most Western languages (e.g. Jensen given the full name Ms. Barbara J Jensen, III.).",