3600N/A# CDDL HEADER START
3600N/A#
3600N/A# The contents of this file are subject to the terms of the
3600N/A# Common Development and Distribution License, Version 1.0 only
3600N/A# (the "License"). You may not use this file except in compliance
3600N/A# with the License.
3600N/A#
6982N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6982N/A# or http://forgerock.org/license/CDDLv1.0.html.
3600N/A# See the License for the specific language governing permissions
3600N/A# and limitations under the License.
3600N/A#
3600N/A# When distributing Covered Code, include this CDDL HEADER in each
6982N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6982N/A# If applicable, add the following below this CDDL HEADER, with the
6982N/A# fields enclosed by brackets "[]" replaced with your own identifying
6982N/A# information:
3600N/A# Portions Copyright [yyyy] [name of copyright owner]
3600N/A#
3600N/A# CDDL HEADER END
3600N/A#
3600N/A# Copyright 2008 Sun Microsystems, Inc.
3600N/A#
3600N/A
3600N/A###############################################
3600N/A## BEGIN: OpenDS default agent security file ##
3600N/A###############################################
3600N/A
3600N/AlocalEngineID=0x8000002a017f000001000000a1
3600N/AlocalEngineBoots=0
3600N/A
3600N/A# Admin User to use to add access controls for users
3600N/AuserEntry=localEngineID,snmpAdmin,null,usmHMACMD5AuthProtocol,passadmin
3600N/A
3600N/A# User to clone no read or write acess
3600N/AuserEntry=localEngineID,defaultUser,,usmHMACMD5AuthProtocol,password,,,3,true
3600N/A
3600N/A###############################################
3600N/A## END: OpenDS default agent security file ##
3600N/A###############################################
3600N/A
3600N/A#######################
3600N/A## BEGIN: Test users ##
3600N/A#######################
3600N/A
3667N/AuserEntry=localEngineID,myUser1,,usmNoAuthProtocol
3667N/AuserEntry=localEngineID,myUser2,,usmHMACMD5AuthProtocol,mypasswd
3667N/AuserEntry=localEngineID,myUser3,,usmHMACMD5AuthProtocol,mypasswd,usmDESPrivProtocol,mypasswd
3667N/AuserEntry=localEngineID,myUser4,,usmHMACMD5AuthProtocol,mypasswd2
3600N/A
3600N/A#######################
3600N/A## END: Test users ##
3600N/A#######################