Skip to content

Commit

Permalink
Removed unused TPS user fields and group.
Browse files Browse the repository at this point in the history
The unused user status and type fields and the TPS Officers group
have been removed from the TPS UI.

https://fedorahosted.org/pki/ticket/2264
https://fedorahosted.org/pki/ticket/2265
https://fedorahosted.org/pki/ticket/2266
  • Loading branch information
edewata committed Apr 25, 2016
1 parent 56bc2b9 commit 5ef131f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion base/tps/shared/conf/CS.cfg.in
Expand Up @@ -1565,7 +1565,7 @@ pkicreate.unsecure_port=[PKI_UNSECURE_PORT]
pkicreate.user=[PKI_USER]
pkiremove.cert.subsystem.nickname=subsystemCert cert-[PKI_INSTANCE_NAME]
preop.admincert.profile=caAdminCert
preop.admin.group=TPS Agents,TPS Operators,Administrators,TPS Officers
preop.admin.group=TPS Agents,TPS Operators,Administrators
preop.admin.name=Token Processing Service Manager Administrator
preop.cert.admin.defaultSigningAlgorithm=SHA256withRSA
preop.cert.admin.dn=uid=admin,cn=admin
Expand Down
6 changes: 0 additions & 6 deletions base/tps/shared/conf/db.ldif
Expand Up @@ -35,12 +35,6 @@ objectClass: groupOfUniqueNames
cn: TPS Agents
description: Agents for TPS

dn: cn=TPS Officers,ou=Groups,{rootSuffix}
objectClass: top
objectClass: groupOfUniqueNames
cn: TPS Officers
description: Security Officers for TPS

dn: cn=Administrators,ou=Groups,{rootSuffix}
objectClass: top
objectClass: groupOfUniqueNames
Expand Down
4 changes: 0 additions & 4 deletions base/tps/shared/webapps/tps/js/user.js
Expand Up @@ -40,8 +40,6 @@ var UserModel = Model.extend({
userID: response.UserID,
fullName: response.FullName,
email: response.Email,
state: response.State,
type: response.Type,
attributes: attrs
};
},
Expand All @@ -59,8 +57,6 @@ var UserModel = Model.extend({
UserID: attributes.userID,
FullName: attributes.fullName,
Email: attributes.email,
State: attributes.state,
Type: attributes.type,
Attributes: {
Attribute: attrs
}
Expand Down
4 changes: 0 additions & 4 deletions base/tps/shared/webapps/tps/ui/user.html
Expand Up @@ -47,10 +47,6 @@
<input name="fullName" readonly="readonly"><br>
<label>Email</label>
<input name="email" readonly="readonly"><br>
<label>Type</label>
<input name="type" readonly="readonly"><br>
<label>State</label>
<input name="state" readonly="readonly"><br>
</fieldset>
</div>

Expand Down

0 comments on commit 5ef131f

Please sign in to comment.