Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8284ffbc43 |
+1
-1
@@ -14,7 +14,7 @@ func (g Groupname) ToString() string {
|
||||
// Converts input username object to string representation.
|
||||
// Uses the format uid@realm.
|
||||
func (u Username) ToString() string {
|
||||
return fmt.Sprintf("%s-%s", u.UserID, u.Realm)
|
||||
return fmt.Sprintf("%s@%s", u.UserID, u.Realm)
|
||||
}
|
||||
|
||||
// Parses input groupname string to gid and realm.
|
||||
|
||||
Reference in New Issue
Block a user