简体   繁体   English

使用Plone 4.1和pas.plugins.sqlalchemy与现有的用户和角色表

[英]Using Plone 4.1 and pas.plugins.sqlalchemy with existing User and Role Table

I understand that SQLPASPlugin is replace with this product but some of functionality of previous product which I am consfused in pas.plugin.sqlalchemy ? 我明白SQLPASPlugin是替换为这个产品,但我在pas.plugin.sqlalchemy中得到了一些以前产品的功能?

We have 10K users table and role mapping in existing table and Now we are moving to plone 4 I have installed pas.plugin.sqlachemy. 我们在现有表中有10K用户表和角色映射,现在我们正在转向plone 4我安装了pas.plugin.sqlachemy。 By installing this product creates some new tables (users,...) in database accordingly zcml defination. 通过安装此产品在数据库中创建一些新表(用户,...)相应的zcml defination。 BUT how can it be used to existing table structure for role and users or map to existing table columns? 但是如何将它用于角色和用户的现有表结构或映射到现有表列?

Any help would be greatful. 任何帮助都会很棒。

Version 0.3 of pas.plugins.sqlalchemy has functionality to override the model. pas.plugins.sqlalchemy的0.3版具有覆盖模型的功能。

Specifically see the section of the Readme.txt: 具体请参阅Readme.txt的部分:

"Custom principal, user and group model"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM