0x1 | 连接到“%1” |
Connecting to \"%1\" |
0x2 | 无法建立连接 |
The connection cannot be established |
0x3 | 用简单绑定作为“%1”登录 |
Logging in as \"%1\" using simple bind |
0x4 | 简单绑定返回“%1” |
Simple bind returned '%1' |
0x5 | 使用 SSPI 作为“%1”在域“%2”中登录 |
Logging in as \"%1\" in domain \"%2\" using SSPI |
0x6 | SSPI“用提供的 creds 绑定”返回“%1” |
SSPI \"bind with supplied creds\" returned '%1' |
0x7 | 用 SSPI 作为当前用户登录 |
Logging in as current user using SSPI |
0x8 | SSPI“作为当前用户绑定”返回“%1” |
SSPI \"bind as current user\" returned '%1' |
0x9 | 命令已成功完成 |
The command has completed successfully |
0xA | 在程序中出现内存错误 |
A memory error has occurred in the program |
0xB | 无效参数: 错误参数“%1” |
Invalid Parameter: Bad argument '%1' |
0xC | 无效参数: 文件名称必须跟着 -f |
Invalid Parameter: filename must follow -f |
0xD | 无效参数: 服务器名称必须跟着 -s |
Invalid Parameter: server name must follow -s |
0xE | 无效参数: szRootDN 必须跟着 -d |
Invalid Parameter: szRootDN must follow -d |
0xF | 无效参数: szFilter 必须跟着 -r |
Invalid Parameter: szFilter must follow -r |
0x10 | 无效参数: scope 必须跟着 -p |
Invalid Parameter: scope must follow -p |
0x11 | 无效参数: 无效作用域 |
Invalid Parameter: Invalid Scope |
0x12 | 无效参数: 要求‘从 DN’和‘到 DN’ |
Invalid Parameter: Requires 'From DN' and 'To DN' |
0x13 | 无效参数: 属性必须跟着 -l |
Invalid Parameter: attributes must follow -l |
0x14 | 无效参数: 重复的凭据定义 |
Invalid Parameter: Duplicate Credentials Definition |
0x15 | 无效参数: 要求用户名和密码 |
Invalid Parameter: Requires username and password |
0x16 | 无效参数: 要求用户名、域名称和密码 |
Invalid Parameter: Requires username, domainname and password |
0x17 | 在程序中出现一个错误 |
An error has occurred in the program |
0x18 | 无效参数: 要求输入文件名称 |
Invalid Parameter: Input file name required |
0x19 | 无效参数: 要求服务器名称 |
Invalid Parameter: Server name required |
0x1A | 无效参数: 导入不要求 RootDn |
Invalid Parameter: RootDn not required for import |
0x1B | 无效参数: 导入不要求筛选器 |
Invalid Parameter: Filter not required for import |
0x1C | 无效参数: 导入不要求作用域 |
Invalid Parameter: Scope not required for import |
0x1D | 无效参数: 属性必须跟着 -o |
Invalid Parameter: attributes must follow -o |
0x1E | 无效参数: 不能打开 SAM 逻辑进行导入 |
Invalid Parameter: SAM Logic cannot be turned on for import |
0x1F | 无效参数: 导入不需要“忽略表” |
Invalid Parameter: Omit List not required for import |
0x20 | 无效参数: 导入不需要属性表 |
Invalid Parameter: Attribute List not required for import |
0x21 | 无效参数: 忽略二进位设置不适用于导入 |
Invalid Parameters: Ignore binary setting not applicable for import |
0x22 | 无效参数: Span 多线路不适用于导入 |
Invalid Parameters: Span Multiple Lines not applicable for import |
0x23 | 无效参数: 导出要求 RootDn |
Invalid Parameters: RootDn required for export |
0x24 | 无效参数: 导出要求筛选器 |
Invalid Parameters: Filter required for export |
0x25 | 无效参数: 跳过现存设置不适用于导出 |
Invalid Parameters: Skip Exist setting not applicable for export |
0x26 | LDIF 目录交换常规参数==================-i 启用导入模式(默认为导出)-f filename 输入或输出文件名-s servername 要绑定到的服务器(默认为计算机域的域控制器)-c FromDN ToDN 将目前使用的所有 FromDN 替换为 ToDN 如果 FromDN 或 ToDN 以 #attributeName 结尾, 将在 rootDSE 中查找属性值并用以替换 #attributeName。请参阅“DN 中的宏扩展”示例。-v 启用详细模式-j path 日志文件的位置-t port 端口号(默认为 389)-u 使用 Unicode 格式-w timeout 如果服务器响应一个操作所花的时间超过了 指定的秒数,则停止执行(默认 = 没有指定超时)-h 启用 SASL 层签名和加密-? 帮助导出特定的参数===============-d RootDN LDAP 搜索的根(默认为命名上下文)-r Filter LDAP 搜索筛选器(默认为 \"(objectClass=*)\")-p SearchScope 搜索作用域(Base/OneLevel/Subtree)-l list 要在 LDAP 搜索中查找的属性列表(以逗号分隔)-o list 输入时要忽略的属性列表(以逗号分隔)。-g 禁用分页搜索。-m 导出时启用 SAM 逻辑。-n 不导出二进制值-x 包括删除的对象(逻辑删除)-1 仅保留重要的 replPropertyMetadata导入======-k 忽略“约束违规” 和“对象已存在”错误 而继续导入-y 导入将使用懒散提交以获得更好的性能 (默认为启用)-e 导入将不使用懒散提交-q threads 导入将使用指定的线程数(默认为 1)-z 忽略错误,继续导入。-x 启用逻辑删除恢复支持(通过 Ldap 修改请求来 传递已删除的对象控制)凭据确立=========================请注意,如果没有指定凭据,LDIFDE 将使用 SSPI绑定为当前登录的用户。-a UserDN [Password | *] 简单身份验证-b UserName Domain [Password | *] SSPI 绑定方法示例: 简单导入当前域 ldifde -i -f INPUT.LDF示例: 简单导出当前域 ldifde -f OUTPUT.LDF示例: 使用凭据导出特定域 ldifde -m -f OUTPUT.LDF -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\"示例: DN 中的宏扩展 ldifde -f export.ldf -c \"#configurationNamingContext\" \"cn=configuration,dc=x\" ldifde -i -f import.ldf -c \"cn=configuration,dc=x\" \"#configurationNamingContext\" |
LDIF Directory ExchangeGeneral Parameters==================-i Turn on Import Mode (The default is Export)-f filename Input or Output filename-s servername The server to bind to (Default to DC of computer's domain)-c FromDN ToDN Replace occurences of FromDN to ToDN If either FromDN or ToDN ends with #attributeName, the attribute value will be looked up in rootDSE and used to replace #attributeName. See example for \"Macro expansion in DNs\".-v Turn on Verbose Mode-j path Log File Location-t port Port Number (default = 389)-u Use Unicode format-w timeout Terminate execution if the server takes longer than the specified number of seconds to respond to an operation (default = no timeout specified)-h Enable SASL layer signing and encryption-? HelpExport Specific===============-d RootDN The root of the LDAP search (Default to Naming Context)-r Filter LDAP search filter (Default to \"(objectClass=*)\")-p SearchScope Search Scope (Base/OneLevel/Subtree)-l list List of attributes (comma separated) to look for in an LDAP search-o list List of attributes (comma separated) to omit from input.-g Disable Paged Search.-m Enable the SAM logic on export.-n Do not export binary values-x Include deleted objects (tombstones)-1 Retain only the important replPropertyMetadataImport======-k The import will go on ignoring 'Constraint Violation' and 'Object Already Exists' errors-y The import will use lazy commit for better performance (enabled by default)-e The import will not use lazy commit-q threads The import will use the specified number of threads (default is 1) -z Continue importing irrespective of errors.-x Enable tombstone reanimation support (passes deleted objects control with ldap modify requests)Credentials Establishment=========================Note that if no credentials is specified, LDIFDE will bind as the currentlylogged on user, using SSPI.-a UserDN [Password | *] Simple authentication-b UserName Domain [Password | *] SSPI bind methodExample: Simple import of current domain ldifde -i -f INPUT.LDFExample: Simple export of current domain ldifde -f OUTPUT.LDFExample: Export of specific domain with credentials ldifde -m -f OUTPUT.LDF -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\"Example: Macro expansion in DNs ldifde -f export.ldf -c \"#configurationNamingContext\" \"cn=configuration,dc=x\" ldifde -i -f import.ldf -c \"cn=configuration,dc=x\" \"#configurationNamingContext\" |
0x27 | 无法打开错误文件。 |
Unable to open error file. |
0x28 | 将目录导出到文件 %1 |
Exporting directory to file %1 |
0x29 | 搜索项目... |
Searching for entries... |
0x2A | 创建临时文件出错 |
Error creating temporary file |
0x2B | 打开临时文件出错 |
Error opening temporary file |
0x2C | 搜索失败 |
Search Failed |
0x2D | 写出项目%0 |
Writing out entries%0 |
0x2E | LDAP 搜索错误:'%1' |
LDAP search error: '%1' |
0x2F | 读取临时文件出错 |
Error reading temporary file |
0x30 | 导出完毕。后续处理正在进行... |
Export Completed. Post-processing in progress... |
0x31 | 导出了 %1!d! 个项目 |
%1!d! entries exported |
0x32 | 写输出文件出错 |
Error writing to output file |
0x33 | 获得 DN 项目出错 |
Error getting DN of entry |
0x34 | 写到文件出错 |
Error writing to file |
0x35 | 导出项目: %1 |
Exporting entry: %1 |
0x36 | 打开输出文件出错。 |
Error opening output file. |
0x37 | 组织输出文件 |
Organizing Output file |
0x38 | 属性 %1) %2: |
Attribute %1) %2: |
0x39 | 写到文件UNPRINTABLE BINARY(%1) 出错 |
Error writing to fileUNPRINTABLE BINARY(%1) |
0x3A | 输入文件语法错误 |
Syntax error in input file. |
0x3B | 在输入文件中有几个无效属性。 |
InvaLid number of attributes in input file. |
0x3C | 从“%1”文件导入目录 |
Importing directory from file \"%1\" |
0x3D | 项目已经存在,忽略项目 |
Entry already exists, entry skipped |
0x3E | 属性或值已存在,忽略项目。 |
Attribute or value exists, entry skipped. |
0x3F | 限制冲突,已跳过项目 |
Constraint Violoation, entry skipped |
0x40 | 未知选项 |
Unknown Option |
0x41 | 在 %1!d!: %2 行上开头的条目添加出错 |
Add error on entry starting on line %1!d!: %2 |
0x42 | 项目修改成功。 |
Entry modified successfully. |
0x43 | 无法修改成员属性。 |
Member attribute cannot be modified. |
0x44 | 成功地修改了 %1!d! 个条目。 |
%1!d! entries modified successfully. |
0x45 | 1 个条目修改成功。 |
1 entry modified successfully. |
0x46 | 未找到条目 |
No Entries found |
0x47 | 读取属性表出错 |
Error reading attribute list |
0x48 | 没有定义 DN 属性 |
DN Attribute not defined |
0x49 | 没有定义 objectClass 属性 |
objectClass Attribute not defined |
0x4A | 无效 HEX 字符串 |
Invalid HEX String |
0x4B | 打开附加文件出错 |
Error opening append file |
0x4C | 在输入文件中出现语法错误。值不一致 |
Syntax error in input file. Inconsistent values |
0x4D | 打开输入文件出错 |
Error opening input file |
0x4E | 加载条目%0 |
Loading entries%0 |
0x4F | 行串连后跟随着非零字符 |
Line Concatenation trailed by non null characters |
0x50 | 无法打开日志文件 |
Unable to open log file |
0x51 | 无法打开错误文件 |
Unable to open error file |
0x52 | 无效参数: 端口号必须跟着 -t |
Invalid Parameter: Port number must follow -t |
0x53 | 在初始化时出现错误 |
Error occured during initialization |
0x54 | 在输出文件上的流错误 |
Stream error on output file |
0x55 | 写临时文件失败 |
Failed to write to tempory file |
0x57 | 在 %1!d! 行上失败。最新令牌从 '%2!c!' 开始。 |
Failed on line %1!d!. The last token starts with '%2!c!'. |
0x59 | 无效参数: 日志文件位置必须跟着 -j |
Invalid Parameter: Log File Location must follow -j |
0x5A | 释放资源失败 |
Resource free failed |
0x5B | 对象不存在,忽略项目 |
Object does not exist, entry skipped |
0x5C | 加载时出错 |
Error during loading |
0x5D | 分析失败 |
Parsing Failed |
0x5E | 出现一个意外 |
An exception has occurred |
0x60 | 你又呼叫了 LL_init。 |
You have called LL_init again. |
0x61 | 文件操作失败 |
File operation failure |
0x62 | 你没有呼叫 LL_init |
You have not called LL_init |
0x63 | 你已经到了输入文件的终点。 |
You have reached the end of the input file |
0x64 | 在输入文件中有一个语法错误 |
There is a syntax error in the input file |
0x65 | 访问你提供的 URL 出错 |
Error accessing URL you provided |
0x66 | 在 a mod_spec 表中的外来属性名称 |
Extraneous attribute name in a mod_spec list |
0x67 | LDAP 呼叫失败 |
LDAP call failed |
0x68 | 在单一属性的多值中的字符串和二进位值 |
Both strings and bervals in multi-values of single attr |
0x69 | 内部错误 |
Internal Error |
0x6A | 程序在启动过程中失败。仅在 NT 目录中支持 SAM 选项 |
Program failed during initialization. The SAM option is onlysupported on NT Directories |
0x6B | 在 -o 忽略表中的一个属性的多实例 |
Multiple instances of one attribute in -o omit list |
0x6C | 未定义的错误代码 |
Undefined Error Code |
0x6D | 一个参数定义了不止一次 |
A parameter has been defined more than once |
0x6E | 无效参数: 没有 Active Directory 域控制器可用 |
Invalid Parameter: No Active Directory Domain Controller Available |
0x6F | 服务器端的错误为: 0x%1!x! %2扩展服务器错误为:%3 |
The server side error is: 0x%1!x! %2The extended server error is:%3 |
0x70 | 无效参数: 在导入时,-g 选项不可用 |
Invalid Parameter: -g option not available under import |
0x71 | 项目已经是本地组的成员,项目被略过 |
Entry already a member of the local group, entry skipped |
0x73 | 错误代码是 %1 |
The error code is %1 |
0x74 | 符号 '%1' 在行 %2!d! 失败 |
Failed on token '%1' on line %2!d! |
0x75 | 项目没有属性,项目被忽略 |
Entry with no attributes, entry skipped |
0x76 | 服务器不支持页面调度,页面调度将被禁用。 |
Paging support not available from the server, paging will be disabled. |
0x77 | 键入 %1 的密码: %0 |
Type the password for %1:%0 |
0x78 | 输入的密码太长;最大密码长度为 256 个字符。 |
The input password is too long; the maximum password length is 256. |
0x79 | 找不到默认的名称上下文。使用 NULL 作为搜索基准。 |
The default naming context cannot be found. Using NULL as the search base. |
0x7A | 不能为指定的服务器启用 SAM 逻辑导出,将执行普通导出。 |
Export with SAM logic cannot be enabled for the specified server, a normal export will be performed. |
0x7B | 无效参数: 惰性提交设置不适用于导出 |
Invalid Parameters: Lazy Commit setting not applicable for export |
0x7C | 懒散提交支持在此服务器上不可用,懒散提交将被禁用。 |
Lazy commit support not available on the server, lazy commit will be disabled. |
0x7D | 无效参数: 指定了重复或冲突的懒散提交选项 |
Invalid Parameter: Duplicate or conflicting lazy commit options specified |
0x7E | 操作超时。 |
The operation has timed-out. |
0x7F | 无效参数: 在 -w 后面必须跟正整数 |
Invalid Parameter: -w must be followed by a positive integer |
0x80 | 无效参数: 线程设置不能应用于导出 |
Invalid Parameter: Thread setting not applicable for export |
0x81 | 无效参数: 线程数目后面必须跟 -q。 |
Invalid Parameter: Number of threads must follow -q. |
0x82 | 无效参数: 指定的线程数目必须不大于 %1!d!。 |
Invalid Parameter: Number of threads specified must be no more than %1!d!. |
0x83 | 不能初始化线程以导入。 |
Unable to initialize threads for import. |
0x84 | 无效参数: 指定的线程数目必须大于 0。 |
Invalid Parameter: Number of threads specified must be greater than 0. |
0x85 | 不能连接一个或多个线程。用剩下的 %1!d! 个线程继续。 |
One or more threads were unable to connect.Continuing with %1!d! remaining thread(s). |
0x86 | 不能初始化一些线程以导入。用剩下的 %1!d! 个线程继续。 |
Unable to initialize some threads for import.Continuing with %1!d! remaining thread(s). |
0x87 | 无法读取导入文件 %1。 |
Unable to read the import file %1. |
0x88 | 更改-修改项丢失了终止符 '-'。 |
The change-modify entry is missing the terminator '-'. |
0x89 | 无法启用 SASL 层加密: %1。 |
Unable to enable SASL layer encryption: %1. |
0x8A | 没有写入日志文件。要生成日志文件,请通过 -j 选项来指定日志文件路径。 |
No log files were written. In order to generate a log file, pleasespecify the log file path via the -j option. |
0x8B | 无法设置架构升级标志: %1。 |
Unable to set schema upgrade flag: %1. |
0x8C | 正在验证文件签名 |
Verifying file signature |
0x8D | 验证文件签名失败: 错误 0x%1!x!。 |
Failed to verify file signature: error 0x%1!x!. |
0x8E | 扩展“%2”中的宏“%1”: rc=%3!d! 失败。 |
Failed to expand the macro '%1' in '%2': rc=%3!d!. |
0x8F | 为架构升级设置 DN 替换: rc=%1!d! 失败。 |
Failed to set up DN replacement for schema upgrade: rc=%1!d!. |
0x90 | 成员不在别名中,已跳过删除成员 |
Member not in alias, delete member skipped |
0x91 | DN 链接值不在属性中,已跳过删除 DN |
DN link value not in attribute, delete DN skipped |
0x92 | 无法启用 SASL 层签名: %1。 |
Unable to enable SASL layer signing: %1. |