Add DirEntry method to fill enterprise authz context

pull/6728/head
Matt Keeler 2019-11-01 16:48:44 -04:00
parent d491a3a9d5
commit 825e19bc5f
No known key found for this signature in database
GPG Key ID: 04DBAE1857E0081B
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ func (m *EnterpriseMeta) InitDefault() {}
// FillAuthzContext stub
func (m *EnterpriseMeta) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
// FillAuthzContext stub
func (d *DirEntry) FillAuthzContext(*acl.EnterpriseAuthorizercontext) {}