📄 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 + -