Commit Graph

631 Commits (e126b6f61ce15c4244214756bc9f06bdd7f1788f)

Author SHA1 Message Date
Apex Liu e62d2b3546 实现:列出LDAP服务器上的用户属性,方便管理员设置LDAP服务器配置项。 2018-10-31 00:37:42 +08:00
Apex Liu de047d9a72 需要增加一个功能:列出LDAP服务器上的用户属性,方便维护人员做字段映射。 2018-10-30 03:17:04 +08:00
Apex Liu 249945d54f . 2018-10-30 01:00:32 +08:00
Apex Liu 5c94a847c0 . 2018-10-30 00:49:20 +08:00
Apex Liu 5288822abb . 2018-10-29 04:16:19 +08:00
Apex Liu 15e08f1ebc . 2018-10-29 03:55:22 +08:00
Apex Liu f775cdb4f6 add ldap module for python on macOS. 2018-10-29 03:11:08 +08:00
Apex Liu 626659e940 ldap配置界面和连接测试可以工作了,下一步是保存配置项。 2018-10-17 03:19:51 +08:00
Apex Liu cd6255178f Merge branch 'dev' of github.com:tp4a/teleport into dev 2018-10-15 11:24:17 +08:00
Apex Liu e609600d75 temp. 2018-10-15 11:20:45 +08:00
Apex Liu 5766a3370a temp. 2018-10-15 09:22:39 +08:00
Apex Liu 80a792342d
Merge pull request #113 from ahubaoan/dev_for_tp4a
修改一处数据库错误
2018-10-14 02:24:04 +08:00
“haocao” 5eedb02cc4 修改一处数据库错误 2018-10-09 09:51:32 +08:00
Apex Liu 037398d566
Merge pull request #112 from ahubaoan/dev_for_tp4a
修改smtp发送邮件部分,只在25和587开启startls
2018-09-29 13:28:04 +08:00
“haocao” 8f7c2c5b18 修改smtp发送邮件部分,只在25和587开启startls
针对问题,目前使用465端口开启STARTTLS大部分服务器会报错“454 Command not permitted when TLS active”

SMTP 的通用端口使用是:
25 SMTP
25 SMTP STARTTLS
465 SMTP SSL
587 SMTP TLS/STARTTLS
2018-09-29 11:30:50 +08:00
Apex Liu ce112adc87 Try to avoid to hit Enter key when connect to ssh server on macOS. 2018-09-29 00:14:30 +08:00
Apex Liu 05d91e0610 Build and test on macOS, include tp_core and assist. 2018-09-28 02:59:15 +08:00
Apex Liu 35a53e8c7e build with python 3.7 (miniconda) on MacOS and works. 2018-09-27 04:38:29 +08:00
Apex Lu 051b1fee28 fix script for builder. 2018-09-24 04:46:12 +08:00
Apex Liu a6f03f3a66 build with Python 3.7 works on Windows now. 2018-09-24 04:04:09 +08:00
Apex Liu 867457a95b Merged branch feature/python-3.7 2018-09-24 03:29:42 +08:00
Apex Lu b521beef38 build with Python3.7.0, it's works. :) 2018-09-24 02:47:50 +08:00
Apex Lu 2e876a5cfe build with Python 3.7 and newest external from source on Linux ok now. 2018-09-23 17:38:13 +08:00
Apex Lu df13355e44 temp. 2018-09-22 11:46:57 +08:00
Apex Liu be816eb564 Merge remote-tracking branch 'remotes/origin/dev' into feature/python-3.7 2018-09-22 02:24:39 +08:00
Apex Liu 7943f50212 Python3.7 works on Windows Platofrm now. 2018-09-22 02:12:53 +08:00
Apex Liu e326b3ac48 修正了无法远程连接SSHv1.99的交换机的问题。 2018-09-22 00:51:56 +08:00
Apex Liu 2e0c5b16fb temp. 2018-09-20 23:19:21 +08:00
Apex Liu 0437cb16d3
Merge pull request #105 from ahubaoan/dev
身份验证器的重新绑定和解绑功能
2018-09-20 21:01:07 +08:00
“haocao” cd0e6fa3a8 1.添加:首次绑定动态身份认证器成功后,不允许再次绑定
2.管理员可解绑用户的动态身份证认证器
3.重置密码时会自动删除老的动态身份证认证器(用户在个人主页上修改不会删除)
2018-09-20 10:32:45 +08:00
Apex Lu 371e328674 update version. 2018-09-20 02:15:16 +08:00
Apex Liu b157988431 update version of Teleport Server. 2018-09-20 01:51:19 +08:00
Apex Liu 0521729c91 fixed: can not auto-login with telnet protocol for Huawei network device. 2018-09-20 01:50:01 +08:00
Apex Lu 3db03008d6 try to fix telnet issues. 2018-09-19 02:04:34 +08:00
Apex Lu 9618204c76 build on Linux now. 2018-09-18 23:41:26 +08:00
Apex Liu e8e07c19e2 temp. 2018-09-18 20:47:42 +08:00
Apex Liu 6485e33018 compile on windows. 2018-09-18 02:46:41 +08:00
Apex Liu 965801a8a6 temp, not work. 2018-09-18 01:16:36 +08:00
Apex Liu 6de10a120b temp, not work. 2018-09-18 01:15:35 +08:00
Apex Lu f8be2fd1c2 temp. not work yet. 2018-09-16 21:52:10 +08:00
Apex Liu d3e94f9672 除libssh库外,其他的C/C++的第三方库和pythong的第三方库进行了升级。 2018-09-16 14:42:23 +08:00
Apex Liu 19a394b187 update python-packages like mako/tornado/etc. to last version. 2018-09-14 06:00:33 +08:00
Apex Liu 209f5b8da3 Update some files for Python3.7 on Windows. 2018-09-13 02:37:02 +08:00
Apex Liu 749c48d999 尝试升级第三方库到最新版本,问题比较多,恢复到上一版,逐步改进(最新的libssh 0.8.2 不再支持SSH1,且不再支持编译为静态库了)。 2018-09-12 02:40:32 +08:00
Apex Liu c43a47f4f6 upgrade external dependency libraries to last version, see external/version.ini for more information. 2018-09-12 02:16:15 +08:00
Apex Liu 0f3c8900dd 修正:SMTP邮件发送与Exchange 2016兼容性问题(#82) 2018-09-11 04:04:44 +08:00
Apex Liu 2c487e9fc1 修正:从用户组中移除用户时会因数据库操作失败而无法进行。 2018-09-11 03:33:33 +08:00
Apex Liu 878ca416b2 修正:当页面超时后,执行导入资产或导入用户的操作会失败,但得不到正确的错误原因。 2018-09-06 02:54:05 +08:00
Apex Lu f565a7c92f Fix: when restart server, the status of connected session not fix. 2018-09-02 16:51:05 +08:00
Apex Liu ea9c3135d1 修正:使用google二次验证码登录时不能如果验证码以0开头会无法登录;
修正:使用MySQL数据库时,主机运维界面的模糊查找可能会导致web服务崩溃;
2018-09-02 16:46:46 +08:00