?? updateldap
字號:
## OpenCA - RA Server Command## (c) 1998-2001 by Massimiliano Pala and OpenCA Group#### File Name: updateLDAP## Brief: Updates LDAP server## Description: Add issued certificates to LDAP server## Parameters: if ( $cmd !~ /updateLDAP/i ) { configError( "Wrong Command Usage ($cmd/importReqs)!" ); exit 1;}print startLogPage( "LDAP Updating" );print addLogSection( "Adding Certificates ... ");if( (addCertsUsers( $tmpdir ) ) == -1 ) { print addLogLine("Failed!") ;}print closeLogSection();closePage();1;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -