get attribute val function
This commit is contained in:
@@ -23,3 +23,7 @@ func (s *LDAPSearch) GetEntry(number int) *LDAPEntry {
|
|||||||
func (e *LDAPEntry) GetRawAttributeValue(name string) []byte {
|
func (e *LDAPEntry) GetRawAttributeValue(name string) []byte {
|
||||||
return e.entry.GetRawAttributeValue(name)
|
return e.entry.GetRawAttributeValue(name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (e *LDAPEntry) GetAttributeValue(name string) string {
|
||||||
|
return e.entry.GetAttributeValue(name)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user