当前位置: 网学 > 编程文档 > VB > 正文

利用VB组件实现WEB方式下对NT域用户口令的修改

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/16
下载{$ArticleTitle}原创论文样式
nbsp;          Call CreateAlertMarkup(strDialogText)
          End If
       Else
          '' generate the alert dialog HTML
          strDialogText = """口令不能为空。"""
          Call CreateAlertMarkup(strDialogText)
       End If
    End If
    Set adsUser = Nothing
    '' 提交事务
    objCtx.SetComplete
    '' 释放事务对象
    Call ReleaseObjectReferences
    Exit Sub
    
    ''**********
ChangePasswordErrorHandler:
'' log the failed attempt
Call LogNTEvent("企图修改用户 " & pstrUser & _
" 的口令失败!", EVENTLOG_ERROR_TYPE, 1003)

'' generate the alert dialog HTML with PASSFILT.DLL simulated error message
strDialogText = """用户 " & pstrUser & "的口令不能被修改,原因如下:\n\n"
strDialogText = strDialogText & "1. 你原有的口令" &  "输入不对。\n"

strDialogText = strDialogText & "2. 口令必须为6个以上的" &  "字符长度。\n"

strDialogText = strDialogText & "3.口令只能包含" &  "一下特殊字符:\n"

strDialogText = strDialogText & "      - 英文大写字母 (A-Z)\n"
strDialogText = strDialogText & "      - 英文小写字母 (a-z)\n"
strDialogText = strDialogText & "      - 阿拉伯数字 (0-9)\n"
strDialogText = strDialogText & "      - 特殊字符" &  "比如标点符号\n"""

Call CreateAlertMarkup(strDialogText)
‘ 终止事务
objCtx.SetAbort    
'' 释放事务
Call ReleaseObjectReferences
End Sub
   (10)添加一个函数取得系统的真实域控制器名:
'' returns the PDC machine name
Private Function GetPrimaryDCName(pstrMachineName As String) As String
Dim DCName As String
Dim DCNPtr As Long
Dim DNArray() As Byte
Dim DCNArray(100) As Byte
Dim result As Long
Dim strDialogText As String
'' find the PDC
DNArray = pstrMachineName & vbNullChar
result = NetGetDCName(0&, DNArray(0), DCNPtr)
If result <> 0 Then
   '' generate the alert dialog HTML
   strDialogText = """域 " & pstrMachineName & " 的控制器没有找到。"""
   Call CreateAlertMarkup(strDialogText)
   Exit Function
End If
lstrcpyW DCNArray(0), DCNPtr
result = NetApiBufferFree(DCNPtr)
DCName = DCNArray()
GetPrimaryDCName = Left(DCNam
  • 上一篇资讯: 五彩缤纷的清屏效果
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号