zqs_163 发表于 2007-9-23 20:14:02

关于OWA中密码过期提醒

我记得密码过期以前owa中应该会有一个提醒的,但是我有一台exchange2003怎么就没有这个提醒呢.我启用了owa的分段功能,是否和这个有关?
得知新邮件提醒等提醒功能依赖丰富客户断这个功能,我现在也启用了这个功能.但似乎还是没有提醒.不知道有谁知道如何找回这个功能?

ssl没有问题,可以正常修改密码.

钉子 发表于 2007-9-23 21:16:02

本身应该就没有这个功能.

dainh 发表于 2007-9-24 09:13:48

这个和IIS中passwordchangeflags的值有关

cscript.exe adsutil.vbs set w3svc/passwordchangeflags Value

Note In this sample command, Value is a placeholder for the value that you want to set for the PasswordChangeFlags property.

The following list includes the possible values for the PasswordChangeFlags property. You can use a combination of these values.
• 0: This is the default value. This value indicates that you must use a Secure Sockets Layer (SSL) connection when you change the password.
• 1: This value permits password changes on non-secure ports. This value is useful if SSL is not enabled.
• 2: This value disables the Password Change functionality.
• 4: This value disables the advance notification of password expiration.

另外还可以参考这个:
cscript.exe adsutil.vbs set w3svc/PasswordExpirePreNotifyDays 4

PasswordExpirePreNotifyDays:This metabase entry specifies the number of days that remain before the client's password expires. This metabase entry also indicates when a password pre-notification message is sent.

相关KB: http://support.microsoft.com/kb/833734/en-us

钉子 发表于 2007-9-24 09:27:04

谢谢dainh

jhonlone 发表于 2007-9-24 09:48:57

学习一下

zhanghuanmin 发表于 2007-9-24 10:39:28

学习了~!

zqs_163 发表于 2007-9-24 11:43:26

感谢你的回复!
看来5dmail还是有高手的了,原来看钉子回答不上来的感觉就没戏了.
passwordchangeflags我现在的值是0,这应该不是什么问题.
w3svc/PasswordExpirePreNotifyDaysX,这个x就是设定天数了?
我用微软的Metabase Explorer没有发现这个值,不晓得默认是如何工作的 .

另外一个问题请教:
我设定了下次登陆修改密码这个属性后,该账号就不能登陆邮箱,我记得正常情况应该是会跳出一个窗口提示你改密码来着.

sanjin 发表于 2007-10-5 16:55:57

OWA应该不会有跳个框出来让你修改密码的。
登入域的时候才会有。

我这边OWA中没有打开修改密码选项。因为用户密码能用就不会去改密码,等过期了OWA又登入不了了,所以干脆就没开这个功能。只是做个网页让他们改密码算了。

zqs_163 发表于 2007-10-14 08:27:59

原帖由 sanjin 于 2007-10-5 16:55 发表 http://www.5dmail.net/bbs/images/common/back.gif
OWA应该不会有跳个框出来让你修改密码的。
登入域的时候才会有。

我这边OWA中没有打开修改密码选项。因为用户密码能用就不会去改密码,等过期了OWA又登入不了了,所以干脆就没开这个功能。只是做个网页让他们改密 ...
是不会跳个框出来让你修改密码的.
但是在网页上会有一行黄色的提示语,告知你的密码即将过期.

现在的问题是我在家里的测试机器上有这个提示,但在公司的机器上就没有,苦恼中!!
谁能帮忙,给个提示啊.

cocozcl 发表于 2008-1-7 13:35:11

帮顶,有同样问题需要解决.有无邮件提示密码即将过期?
页: [1] 2
查看完整版本: 关于OWA中密码过期提醒